diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_48.0.bb (renamed from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_48.0.bb index e26ae991ff..35d1adf700 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_48.0.bb | |||
@@ -3,6 +3,7 @@ LICENSE = "GPL-2.0-only" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | DEPENDS = " \ | 5 | DEPENDS = " \ |
6 | catch2 \ | ||
6 | gnome-common-native \ | 7 | gnome-common-native \ |
7 | libxml2-native \ | 8 | libxml2-native \ |
8 | glib-2.0-native \ | 9 | glib-2.0-native \ |
@@ -22,7 +23,7 @@ inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check get | |||
22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 23 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
23 | REQUIRED_DISTRO_FEATURES = "polkit" | 24 | REQUIRED_DISTRO_FEATURES = "polkit" |
24 | 25 | ||
25 | SRC_URI[archive.sha256sum] = "d3c5714fd91fa7f05d6775e6797ccdab3149f131d1aa776a3352e2addb110f01" | 26 | SRC_URI[archive.sha256sum] = "e4e5b345fbd4d7dc2f40ad6c62305ae5c7cc2b465ce95988692a54af347532a3" |
26 | 27 | ||
27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
28 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 29 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" |