plasma-workspace: conditionally add qtwayland-plugins to RDEPENDS

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-03-08 15:59:01 +01:00
parent e48904a7d3
commit f989a00429

View File

@@ -106,4 +106,5 @@ RDEPENDS_${PN} += " \
kinit \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "xsetroot xmessage xprop", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "x11 wayland", "xserver-xorg-xwayland", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland-plugins", "", d)} \
"