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:
Khem Raj
2021-04-22 17:14:55 -07:00
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
REQUIRED_DISTRO_FEATURES = "x11"
REQUIRED_DISTRO_FEATURES = "x11 polkit"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
@@ -31,4 +31,3 @@ FILES_${PN} += " \
${datadir}/metainfo \
${datadir}/dbus-1 \
"