plasma-workspace: optionally add xserver-xorg-xwayland to RDEPENDS

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-12-08 22:18:28 +01:00
parent 4d01e78234
commit 6c18e29b16

View File

@@ -94,7 +94,7 @@ FILES_${PN}-dev = " \
${libdir}/liblegacytaskmanager.so \
"
# startkde requires:
# startkde/startplasmacompositor require:
RDEPENDS_${PN} += " \
xinit \
xset \
@@ -102,4 +102,5 @@ RDEPENDS_${PN} += " \
kconfig-bin \
kinit \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "xsetroot xmessage xprop", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "x11 wayland", "xserver-xorg-xwayland", "", d)} \
"