gnome-system-monitor: remove obsolete dependencies

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>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-05-13 11:52:09 +01:00
committed by Khem Raj
parent 766e9e0518
commit adf125bf64
@@ -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"