aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-11-01 16:57:39 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-02 08:07:17 -0700
commit944f27952ddb31a6c31ebd3771e81e396f7c02c2 (patch)
tree4d5e42e2387565f2f611ebaf5bb26a49913b6d75
parentb6d90d59a055b05806017a3a5b9c24ee2287c120 (diff)
downloadmeta-openembedded-contrib-944f27952ddb31a6c31ebd3771e81e396f7c02c2.tar.gz
gdm: Fix REQUIRED_DISTRO_FEATURES broken by adding introspection
To avoid happening again: Have one line with REQUIRED_DISTRO_FEATURES only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gdm/gdm_41.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
index 681d02ba58..a485c0c9cc 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
@@ -10,7 +10,7 @@ DEPENDS = " \
libpam \
"
-REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit"
+REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit gobject-introspection-data"
GNOMEBASEBUILDCLASS = "meson"
@@ -18,8 +18,6 @@ inherit gnomebase gsettings gobject-introspection gettext systemd useradd itstoo
SRC_URI[archive.sha256sum] = "5738c4293a9f5a80d4a6e9e06f4d0df3e9f313ca7b61bfb4d8afaba983e200dc"
-# gobject-introspection is mandatory and cannot be configured
-REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
EXTRA_OEMESON = " \