sddm: rework DEPENDS

* add extra-cmake-modules-native
* replace qttools-native by qttools: I think this is not really necessary but
  makes CMake happy

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-11-14 08:56:17 +01:00
parent a461eed87c
commit 00fbf831e3

View File

@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
inherit cmake_qt5 cmake_extra_sanity pkgconfig systemd useradd distro_features_check
DEPENDS += "qtbase qtdeclarative qttools-native libxcb"
DEPENDS += "extra-cmake-modules-native qtbase qtdeclarative qttools libxcb"
# REVISIT optionals
DEPENDS += "libpam"