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

0001 # SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
0002 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0003 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006 
0007 # the licenses are only options for some files
0008 REUSE_LICENSECHECK_WHITELIST = "LicenseRef-KDE-Accepted-GPL LGPL-3.0"
0009 LICENSE = "LGPL-2.0-only"
0010 PR = "r0"
0011 
0012 DEPENDS = " \
0013     qtbase \
0014     kcoreaddons \
0015     kcoreaddons-native \
0016     kwidgetsaddons \
0017     ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
0018 "
0019 
0020 require kjobwidgets_metainfo.inc
0021 inherit cmake_kf5
0022 inherit reuse_license_checksums