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

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "KWayland Integration"
0006 HOMEPAGE = ""
0007 LICENSE = "LGPL-2.1"
0008 LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     kidletime \
0013     kwindowsystem \
0014     kguiaddons \
0015     kwayland \
0016     qtwayland-native \
0017 "
0018 
0019 inherit cmake_plasma
0020 
0021 FILES:${PN} += " \
0022     ${libdir}/plugins/kf5/kguiaddons \
0023 "