kwin: DEPENDS: add lininput/fix indention

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-07-22 23:35:15 +02:00
parent c5930e9d1d
commit 1ee3ba929e

View File

@@ -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