From a559fab959a3ca42dc19a5094fc3d44e643a1eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Dec 2014 05:57:58 +0100 Subject: [PATCH] kinit: align x11 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/tier3/kinit/kinit_5.5.0.bb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/recipes-kde-framework/tier3/kinit/kinit_5.5.0.bb b/recipes-kde-framework/tier3/kinit/kinit_5.5.0.bb index d7427d59..3e2444b5 100644 --- a/recipes-kde-framework/tier3/kinit/kinit_5.5.0.bb +++ b/recipes-kde-framework/tier3/kinit/kinit_5.5.0.bb @@ -6,7 +6,17 @@ LIC_FILES_CHKSUM = " \ inherit kde -DEPENDS += "libcap kservice kio ki18n kwindowsystem kcrash kconfig kdoctools" +DEPENDS += " \ + libcap \ + kservice \ + kio \ + ki18n \ + kwindowsystem \ + kcrash \ + kconfig \ + kdoctools \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver", "", d)} \ +" SRCREV = "14620f5d142ebc4f24fb29f3277489627226e6ce" SRC_URI += "file://0001-return-WAYLAND_DISPLAY-if-all-known-options-fail.patch"