Warning, /packaging/yocto-meta-kf5/recipes-kf5/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     ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
0016 "
0017 
0018 require kidletime_metainfo.inc
0019 inherit cmake_kf5
0020 inherit reuse_license_checksums
0021 
0022 FILES:${PN} += " \
0023     ${libdir}/plugins/kf5/org.kde.kidletime.platforms/*.so \
0024 "