Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier3/kcmutils.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
0003 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006 
0007 LICENSE = "LGPL-2.0-only"
0008 PR = "r0"
0009 
0010 DEPENDS:class-target = " \
0011     qtbase \
0012     libxml2-native \
0013     kitemviews \
0014     kconfigwidgets \
0015     kconfig-native \
0016     kauth-native \
0017     kcoreaddons \
0018     kcoreaddons-native \
0019     kiconthemes \
0020     kservice \
0021     kxmlgui \
0022     kdeclarative \
0023     kpackage \
0024     kpackage-native \
0025 "
0026 
0027 DEPENDS:class-native = " \
0028     qtbase-native \
0029     extra-cmake-modules-native \
0030 "
0031 
0032 require kcmutils_metainfo.inc
0033 inherit cmake_kf5
0034 inherit ki18n
0035 inherit reuse_license_checksums
0036 
0037 EXTRA_OECMAKE:class-native = " -DTOOLS_ONLY=ON "
0038 
0039 FILES:${PN} += " \
0040     ${libdir}/qml/org/kde/kcmutils/ \
0041 "