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

0001 # SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
0002 # SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
0003 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0004 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0005 #
0006 # SPDX-License-Identifier: MIT
0007 
0008 LICENSE = "LGPL-2.0-or-later & (LGPL-2.1-only | LGPL-3.0-only | LicenseRef-KDE-Accepted-LGPL)"
0009 PR = "r0"
0010 
0011 # licenses only contained in autotests
0012 REUSE_LICENSECHECK_WHITELIST = "GPL-2.0-only GPL-3.0-only LicenseRef-KDE-Accepted-GPL"
0013 
0014 DEPENDS = " \
0015     qtbase \
0016     qtwayland \
0017     qtwayland-native \
0018     ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
0019     plasma-wayland-protocols \
0020 "
0021 
0022 require kguiaddons_metainfo.inc
0023 inherit cmake_kf5
0024 inherit mime-xdg
0025 inherit reuse_license_checksums
0026 
0027 FILES:${PN} += " \
0028     ${libdir}/plugins/kf5/kguiaddons/kmodifierkey/ \
0029 "