@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = " \
catch2 \
- gnome-common-native \
libxml2-native \
glib-2.0-native \
glibmm-2.68 \
@@ -13,15 +12,12 @@ DEPENDS = " \
libadwaita \
libgtop \
librsvg \
- polkit \
- libhandy \
"
-
inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
-REQUIRED_DISTRO_FEATURES = "polkit"
+REQUIRED_DISTRO_FEATURES = "opengl"
SRC_URI[archive.sha256sum] = "a4138aa754b4584c46de91fad1d685e27b12bc2457de761863b6be02d84c4862"
libhandy was removed when g-s-m ported to GTK 4. gnome-common is not required now that g-s-m uses Meson not autoconf. polkit was removed in g-s-m 3.36 (March 2020). Update the DISTRO_FEATURES check, polkit isn't required but opengl is via GTK 4. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../gnome-system-monitor/gnome-system-monitor_50.0.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)