From 00fbf831e31af6ed1b57bce0c8e04236c25854eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 14 Nov 2016 08:56:17 +0100 Subject: [PATCH] sddm: rework DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- recipes-misc/recipes-graphics/sddm/sddm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-misc/recipes-graphics/sddm/sddm_git.bb b/recipes-misc/recipes-graphics/sddm/sddm_git.bb index 50f997b8..d6f1c004 100644 --- a/recipes-misc/recipes-graphics/sddm/sddm_git.bb +++ b/recipes-misc/recipes-graphics/sddm/sddm_git.bb @@ -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"