mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-19 00:49:34 +02:00
34 lines
692 B
PHP
34 lines
692 B
PHP
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
|
|
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
LICENSE = "LGPL-2.0-only"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
kconfig \
|
|
kconfig-native \
|
|
kconfigwidgets \
|
|
kcoreaddons-native \
|
|
kauth-native \
|
|
kiconthemes \
|
|
knotifications \
|
|
kwidgetsaddons \
|
|
kpackage \
|
|
kpackage-native \
|
|
knewstuff \
|
|
"
|
|
|
|
require frameworkintegration_metainfo.inc
|
|
inherit cmake_kf5
|
|
inherit ki18n
|
|
inherit kdoctools
|
|
inherit reuse_license_checksums
|
|
|
|
FILES:${PN} += " \
|
|
${libdir}/plugins/kf5/FrameworkIntegrationPlugin.so \
|
|
${datadir}/kf5/infopage \
|
|
"
|