From f4e15b99829c79d87d7507d557632646add7f680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 27 Jul 2015 12:54:47 +0200 Subject: [PATCH] sddm: add required qt plugins to run properly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-graphics/sddm/sddm_git.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/recipes-graphics/sddm/sddm_git.bb b/recipes-graphics/sddm/sddm_git.bb index 8f150eb7..7d7e3c37 100644 --- a/recipes-graphics/sddm/sddm_git.bb +++ b/recipes-graphics/sddm/sddm_git.bb @@ -46,3 +46,10 @@ SYSTEMD_SERVICE_${PN} = "${BPN}.service" USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "--system --home ${localstatedir}/lib/sddm --shell /bin/false --user-group --groups video sddm" +RDEPENDS_${PN} += " \ + qtbase-plugins \ + qtbase-fonts \ + qtdeclarative-plugins \ + qtdeclarative-qmlplugins \ +" +