Warning, /packaging/yocto-meta-kf6/recipes-kf6/tier1/kidletime.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 # GPL-2.0+ only used in exmaple and test code
0009 REUSE_LICENSECHECK_WHITELIST = "GPL-2.0-or-later"
0010 LICENSE = "LGPL-2.1-or-later & MIT"
0011 PR = "r0"
0012 
0013 DEPENDS = " \
0014     qtbase \
0015     qtwayland \
0016     qtwayland-native \
0017     plasma-wayland-protocols \
0018 "
0019 
0020 require kidletime_metainfo.inc
0021 inherit kf6-cmake-framework
0022 inherit reuse_license_checksums
0023 
0024 FILES:${PN} += " \
0025     ${libdir}/plugins/kf6/org.kde.kidletime.platforms/*.so \
0026 "