Warning, /packaging/yocto-meta-kf6/recipes-kf6/tier3/kparts.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-or-later & LGPL-2.1-or-later" 0008 PR = "r0" 0009 0010 DEPENDS = " \ 0011 libxml2-native \ 0012 qtbase \ 0013 kconfig \ 0014 kconfig-native \ 0015 kcoreaddons \ 0016 kcoreaddons-native \ 0017 kiconthemes \ 0018 kio \ 0019 kauth-native \ 0020 kjobwidgets \ 0021 kservice \ 0022 ktextwidgets \ 0023 kwidgetsaddons \ 0024 kxmlgui \ 0025 " 0026 0027 require kparts_metainfo.inc 0028 inherit kf6-cmake-framework 0029 inherit kf6-ki18n 0030 inherit reuse_license_checksums