aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-05-26 20:38:40 -0700
committerKhem Raj <raj.khem@gmail.com>2021-05-28 06:55:33 -0700
commitd9172be0f3f454a39ecf054ab666f9e2527121f8 (patch)
tree50604eaed78cfe011016f51488799a5a1ea72476 /meta-gnome
parent89406f918d38c550403c7ce99cf146ba4ce808a3 (diff)
downloadmeta-openembedded-contrib-d9172be0f3f454a39ecf054ab666f9e2527121f8.tar.gz
mutter: add polkit to REQUIRED_DISTRO_FEATRUES
mutter depends on gnome-settings-daemon which requires 'polkit' distro feature. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
index adbfcd6d7d..c7f91f0db6 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
@@ -27,7 +27,7 @@ SRC_URI[archive.sha256sum] = "23bde87d33b8981358831cec8915bb5ff1eaf9c1de74c90cd1
SRC_URI += "file://0001-EGL-Include-EGL-eglmesaext.h.patch"
# x11 is still manadatory - see meson.build
-REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES = "x11 polkit"
# systemd can be replaced by libelogind (not available atow - make systemd
# mandatory distro feature)