Warning, /packaging/yocto-meta-kf6/recipes-kdesupport/plasma-wayland-protocols.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Plasma Wayland Protocols"
0006 LICENSE = "LGPL-2.1-only"
0007 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
0008 PR = "r0"
0009 
0010 DEPENDS = "extra-cmake-modules"
0011 
0012 BBCLASSEXTEND = "native nativesdk"
0013 
0014 inherit qt6-cmake
0015 
0016 FILES:${PN}-dev += " \
0017     ${libdir}/cmake/* \
0018     ${datadir}/plasma-wayland-protocols/* \
0019 "