Add KWayland Server recipe

This commit is contained in:
Volker Krause
2020-07-04 17:19:51 +02:00
parent 4935a087d2
commit f7716b75e9
2 changed files with 22 additions and 0 deletions

View File

@@ -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} += " \
#"

View File

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