Warning, /packaging/yocto-meta-kf6/recipes-kf6/tier1/kwindowsystem.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 LICENSE = "MIT & BSD-3-Clause & (LGPL-2.1-only | LGPL-3.0-only | LicenseRef-KDE-Accepted-LGPL)"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     qtbase \
0013     qtwayland \
0014     qtwayland-native \
0015     plasma-wayland-protocols \
0016 "
0017 
0018 require kwindowsystem_metainfo.inc
0019 inherit kf6-cmake-framework
0020 inherit reuse_license_checksums
0021 
0022 FILES:${PN} += " \
0023     ${libdir}/plugins/kf6/org.kde.kwindowsystem.platforms/* \
0024     ${libdir}/plugins/kf6/kwindowsystem/* \
0025     ${libdir}/qml/org/kde/kwindowsystem/* \
0026 "