Add plasma-wayland-protocols package

New KDE internal dependency for KWayland.
This commit is contained in:
Andreas Cord-Landwehr 2020-09-08 18:46:53 +02:00
parent 34317cee60
commit b19812c51e
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,16 @@
DESCRIPTION = "Plasma Wayland Protocols"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r0"
DEPENDS = "extra-cmake-modules"
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_qt5
FILES_${PN}-dev += " \
${libdir}/cmake/* \
${datadir}/plasma-wayland-protocols/* \
"

View file

@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"

View file

@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
PR = "r0"
DEPENDS = " \
plasma-wayland-protocols \
qtbase \
qtwayland \
qtwayland-native \