diff --git a/recipes-kdesupport/plasma-wayland-protocols.inc b/recipes-kdesupport/plasma-wayland-protocols.inc new file mode 100644 index 0000000..b6210b9 --- /dev/null +++ b/recipes-kdesupport/plasma-wayland-protocols.inc @@ -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/* \ +" diff --git a/recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb b/recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-kf5/tier1/kwayland.inc b/recipes-kf5/tier1/kwayland.inc index 4764363..4638c87 100644 --- a/recipes-kf5/tier1/kwayland.inc +++ b/recipes-kf5/tier1/kwayland.inc @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ PR = "r0" DEPENDS = " \ + plasma-wayland-protocols \ qtbase \ qtwayland \ qtwayland-native \