summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
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-03 06:57:48 -0700
commitb38bc1ca2aff73dbe61f5978e27170d74682da1f (patch)
tree023d75a4cf133be4b1a1009becca05ff230f10cd /meta-gnome/recipes-gnome
parent96d44fdc3206f826302fbd47efbafee0f8046b37 (diff)
downloadmeta-openembedded-b38bc1ca2aff73dbe61f5978e27170d74682da1f.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>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-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 681d02ba5..a485c0c9c 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 = " \
10 libpam \ 10 libpam \
11" 11"
12 12
13REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit" 13REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit gobject-introspection-data"
14 14
15GNOMEBASEBUILDCLASS = "meson" 15GNOMEBASEBUILDCLASS = "meson"
16 16
@@ -18,8 +18,6 @@ inherit gnomebase gsettings gobject-introspection gettext systemd useradd itstoo
18 18
19SRC_URI[archive.sha256sum] = "5738c4293a9f5a80d4a6e9e06f4d0df3e9f313ca7b61bfb4d8afaba983e200dc" 19SRC_URI[archive.sha256sum] = "5738c4293a9f5a80d4a6e9e06f4d0df3e9f313ca7b61bfb4d8afaba983e200dc"
20 20
21# gobject-introspection is mandatory and cannot be configured
22REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
23UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" 21UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
24 22
25EXTRA_OEMESON = " \ 23EXTRA_OEMESON = " \