From a2a528aca4163e29c10f3fb38209c12f36c9c1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Dec 2014 06:00:25 +0100 Subject: [PATCH] libkscreen: align x11/wayland dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde-framework/untier/libkscreen/libkscreen_5.1.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-kde-framework/untier/libkscreen/libkscreen_5.1.1.bb b/recipes-kde-framework/untier/libkscreen/libkscreen_5.1.1.bb index 2789ba87..ee646c09 100644 --- a/recipes-kde-framework/untier/libkscreen/libkscreen_5.1.1.bb +++ b/recipes-kde-framework/untier/libkscreen/libkscreen_5.1.1.bb @@ -11,7 +11,10 @@ inherit kde cmake-lib SRC_URI += "file://0001-fix-configuration-build-on-x-less-systems.patch" -DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "kwayland", "qtx11extras", d)}" +DEPENDS += " \ + ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "kwayland", "", d)} \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \ +" FILES_${PN}-dbg += "${libdir}/plugins/kf5/kscreen/.debug"