From e7251cf6ba5a61e09a02e4c7f5774498ef6c0916 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 16 Sep 2021 08:04:57 -0700 Subject: [PATCH] gdm: Add polkit to required distro features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it depends on accountservice package which already needs this DISTRO_FEATURE Signed-off-by: Khem Raj Cc: Andreas Müller --- meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb b/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb index 74e2bd677f..e4c590e482 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb @@ -10,7 +10,7 @@ DEPENDS = " \ libpam \ " -REQUIRED_DISTRO_FEATURES = "x11 systemd pam" +REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit" inherit gnomebase gsettings gobject-introspection gettext systemd useradd upstream-version-is-even features_check