From 1ee3ba929e130c904e3efbf1ef35bf6e3e9a7e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 22 Jul 2015 23:35:15 +0200 Subject: [PATCH] kwin: DEPENDS: add lininput/fix indention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/plasma/untier/kwin/kwin.bb | 43 +++++++++++++------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/recipes-kde/plasma/untier/kwin/kwin.bb b/recipes-kde/plasma/untier/kwin/kwin.bb index b3eb5813..b718a39f 100644 --- a/recipes-kde/plasma/untier/kwin/kwin.bb +++ b/recipes-kde/plasma/untier/kwin/kwin.bb @@ -10,27 +10,28 @@ REQUIRED_DISTRO_FEATURES = "x11" inherit kde-plasma distro_features_check DEPENDS += " \ - kconfig \ - kconfigwidgets \ - kcoreaddons \ - kcrash \ - kglobalaccel \ - ki18n \ - kinit \ - knotifications \ - kservice \ - plasma-framework \ - kwidgetsaddons \ - kwindowsystem \ - \ - kcompletion \ - kdeclarative \ - kcmutils \ - kio \ - knewstuff \ - kxmlgui \ - kdecoration \ - ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras libepoxy", "",d)} \ + libinput \ + \ + kconfig \ + kconfigwidgets \ + kcoreaddons \ + kcrash \ + kglobalaccel \ + ki18n \ + kinit \ + knotifications \ + kservice \ + plasma-framework \ + kwidgetsaddons \ + kwindowsystem \ + kcompletion \ + kdeclarative \ + kcmutils \ + kio \ + knewstuff \ + kxmlgui \ + kdecoration \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras libepoxy", "",d)} \ " # this condition matches always currently - it is kept in this way as a marker