mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:53:29 +00:00
gnome-disk-utility: Require polkit in distro features
It has hard dependency on udisks2 which needs polkit suppport Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
parent
f592e81f11
commit
71e867f788
@ -18,7 +18,7 @@ GNOMEBASEBUILDCLASS = "meson"
|
|||||||
|
|
||||||
inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg
|
inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11 polkit"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||||
|
|
||||||
@ -31,4 +31,3 @@ FILES_${PN} += " \
|
|||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user