Warning, /packaging/yocto-meta-kf6/recipes-kf6/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     kio \
0014     kitemviews \
0015     kconfigwidgets \
0016     kconfig-native \
0017     kcoreaddons \
0018     kcoreaddons-native \
0019     kiconthemes \
0020     kxmlgui \
0021     kpackage \
0022     kpackage-native \
0023 "
0024 
0025 DEPENDS:class-native = " \
0026     qtbase-native \
0027     extra-cmake-modules-native \
0028 "
0029 
0030 require kcmutils_metainfo.inc
0031 inherit kf6-cmake-framework
0032 inherit kf6-ki18n
0033 inherit reuse_license_checksums
0034 
0035 EXTRA_OECMAKE:class-native = " -DTOOLS_ONLY=ON "
0036 
0037 FILES:${PN} += " \
0038     ${libdir}/qml/org/kde/kcmutils/ \
0039 "