Add kwayland-integration recipe

This commit is contained in:
Volker Krause
2018-01-07 16:00:10 +01:00
parent e1258e482d
commit 568d7f3be5
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
DESCRIPTION = "KWayland Integration"
HOMEPAGE = ""
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r0"
DEPENDS = " \
qtbase \
extra-cmake-modules \
kidletime \
kwindowsystem \
kwayland \
"
SRC_URI = " \
git://git.kde.org/${BPN};nobranch=1 \
"
S = "${WORKDIR}/git"
inherit cmake_qt5
FILES_${PN} += " \
${libdir}/plugins/kf5/org.kde.kwindowsystem.platforms/*.so \
${libdir}/plugins/kf5/org.kde.kidletime.platforms/*.so \
"

View File

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

View File

@@ -9,6 +9,7 @@ RDEPENDS_${PN} = " \
kactivitymanagerd \
kdecoration \
kscreenlocker \
kwayland-integration \
kwin \
libkscreen \
libksysguard \