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

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 LICENSE = "LGPL-2.0-only"
0007 PR = "r0"
0008 
0009 DEPENDS = " \
0010     qtbase \
0011     kconfig \
0012     kconfig-native \
0013     kconfigwidgets \
0014     kcoreaddons-native \
0015     kauth-native \
0016     kiconthemes \
0017     knotifications \
0018     kwidgetsaddons \
0019     kpackage \
0020     kpackage-native \
0021     knewstuff \
0022 "
0023 
0024 require frameworkintegration_metainfo.inc
0025 inherit cmake_kf5
0026 inherit ki18n
0027 inherit kdoctools
0028 inherit reuse_license_checksums
0029 
0030 FILES:${PN} += " \
0031     ${libdir}/plugins/kf5/FrameworkIntegrationPlugin.so \
0032     ${datadir}/kf5/infopage \
0033 "