mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user