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

0001 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 LICENSE = "LGPL-2.1-only"
0007 PR = "r0"
0008 
0009 DEPENDS = " \
0010     qtbase \
0011     kcoreaddons \
0012     kcoreaddons-native \
0013     kconfig \
0014     kconfig-native \
0015     kcrash \
0016     kdbusaddons \
0017     ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
0018 "
0019 
0020 require kglobalaccel_metainfo.inc
0021 inherit cmake_kf5
0022 inherit reuse_license_checksums
0023 
0024 FILES:${PN} += " \
0025     ${libdir}/plugins/org.kde.kglobalaccel5.platforms/*.so \
0026     ${libdir}/systemd \
0027 "