summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
index 701b0891cd..8930e1222a 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
@@ -10,13 +10,14 @@ DEPENDS = " \
10 gtkmm3 \ 10 gtkmm3 \
11 libgtop \ 11 libgtop \
12 librsvg \ 12 librsvg \
13 polkit \
13" 14"
14 15
15GNOMEBASEBUILDCLASS = "meson" 16GNOMEBASEBUILDCLASS = "meson"
16 17
17inherit gnomebase gconf gtk-icon-cache distro_features_check gettext 18inherit gnomebase gconf gtk-icon-cache distro_features_check gettext
18 19
19REQUIRED_DISTRO_FEATURES = "x11" 20REQUIRED_DISTRO_FEATURES = "x11 polkit"
20 21
21SRC_URI[archive.md5sum] = "6c2c5c5bf8f15d3e6985faacbd3055dd" 22SRC_URI[archive.md5sum] = "6c2c5c5bf8f15d3e6985faacbd3055dd"
22SRC_URI[archive.sha256sum] = "af00c4a42dd1db17d9abe88edb11c7751b20982db1a8a2a467bab206fd8a77e3" 23SRC_URI[archive.sha256sum] = "af00c4a42dd1db17d9abe88edb11c7751b20982db1a8a2a467bab206fd8a77e3"