summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb (renamed from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb
index b90bbb8e5c..eaeaa2cb0f 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb
@@ -6,7 +6,10 @@ DEPENDS = " \
6 gnome-common-native \ 6 gnome-common-native \
7 libxml2-native \ 7 libxml2-native \
8 glib-2.0-native \ 8 glib-2.0-native \
9 gtkmm3 \ 9 glibmm-2.68 \
10 gtkmm4 \
11 gtk4 \
12 libadwaita \
10 libgtop \ 13 libgtop \
11 librsvg \ 14 librsvg \
12 polkit \ 15 polkit \
@@ -22,7 +25,7 @@ REQUIRED_DISTRO_FEATURES = "polkit"
22def gnome_verdir(v): 25def gnome_verdir(v):
23 return oe.utils.trim_version(v, 1) 26 return oe.utils.trim_version(v, 1)
24 27
25SRC_URI[archive.sha256sum] = "43f6b7805c74532490edb8822ebdf8b3cf2c5ef842a51252a14c34715f5d49b4" 28SRC_URI[archive.sha256sum] = "5376248158c686c308255472e8c2a9e4c17255642c149fc7198c6d034e547599"
26 29
27PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 30PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
28PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" 31PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"