mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
25 lines
686 B
PHP
25 lines
686 B
PHP
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
|
|
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
REUSE_LICENSECHECK_WHITELIST = "Qt-LGPL-exception-1.1 LicenseRef-Qt-Commercial"
|
|
LICENSE = "LGPL-2.0-or-later & (LGPL-2.1-only | LGPL-3.0-only | LicenseRef-KDE-Accepted-LGPL) & (GPL-2.0-only | GPL-3.0-only | LicenseRef-KDE-Accepted-GPL)"
|
|
PR = "r0"
|
|
|
|
PROVIDES += "kactivitiesstats"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
kconfig \
|
|
kactivities \
|
|
kcoreaddons-native \
|
|
kconfig-native \
|
|
kauth-native \
|
|
boost \
|
|
"
|
|
|
|
require kactivities-stats_metainfo.inc
|
|
inherit cmake_kf5
|
|
inherit reuse_license_checksums
|