diff --git a/recipes-plasma/kwayland-server.inc b/recipes-plasma/kwayland-server.inc new file mode 100644 index 0000000..8580ca3 --- /dev/null +++ b/recipes-plasma/kwayland-server.inc @@ -0,0 +1,20 @@ +DESCRIPTION = "KWayland Server" +HOMEPAGE = "" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +PR = "r0" + +DEPENDS = " \ + qtwayland \ + qtwayland-native \ + kwayland \ + plasma-wayland-protocols \ +" + +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_plasma + +#FILES_${PN} += " \ +#" diff --git a/recipes-plasma/kwayland-server_5.19.2.bb b/recipes-plasma/kwayland-server_5.19.2.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-plasma/kwayland-server_5.19.2.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"