Warning, /packaging/yocto-meta-kf5/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 SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" 0015 S = "${WORKDIR}/git" 0016 0017 inherit cmake_qt5 0018 0019 FILES:${PN}-dev += " \ 0020 ${libdir}/cmake/* \ 0021 ${datadir}/plasma-wayland-protocols/* \ 0022 "