From 1ffa4109aa05cee5cb6c4fef96a4bb4b4ddb6a94 Mon Sep 17 00:00:00 2001 From: Marc Ferland Date: Thu, 29 Aug 2024 15:44:36 -0400 Subject: [PATCH] sddm: remove runtime dependency on weston We use kwin here, no need for weston. Signed-off-by: Marc Ferland --- recipes-support/sddm/sddm.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-support/sddm/sddm.inc b/recipes-support/sddm/sddm.inc index d1658b2..ec2215c 100644 --- a/recipes-support/sddm/sddm.inc +++ b/recipes-support/sddm/sddm.inc @@ -104,7 +104,6 @@ USERADD_PARAM:${PN} = "--system --home ${localstatedir}/lib/sddm --shell /bin/fa RDEPENDS:${PN} += "\ bash \ - weston \ xcb-util \ qtbase-plugins \ qtdeclarative-plugins \