Warning, /packaging/yocto-meta-kde/recipes-plasma/libkscreen.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 DESCRIPTION = "KScreen library"
0007 HOMEPAGE = ""
0008 LICENSE = "LGPL-2.1+ | (GPL-2.0 | GPL-3.0 | LicenseRef-KDE-Accepted-GPL)"
0009 LIC_FILES_CHKSUM = " \
0010     file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881 \
0011     file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
0012     file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c \
0013     file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
0014     file://LICENSES/LicenseRef-KDE-Accepted-GPL.txt;md5=b4c280013bbbadfbe92219498dc5228c \
0015 "
0016 PR = "r0"
0017 
0018 DEPENDS = " \
0019     qtx11extras \
0020     qtwayland-native \
0021     kwayland \
0022 "
0023 
0024 inherit cmake_plasma
0025 
0026 FILES:${PN} += " \
0027     ${datadir}/zsh/site-functions/_kscreen-doctor \
0028 "