From da6b51b555eeff3edad86fb29ee7d95b6f295372 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 30 Jul 2019 10:46:41 +0300 Subject: gnome-system-monitor: Add DEPENDS on polkit The build fails without polkit in DISTRO_FEATURES: FAILED: org.gnome.gnome-system-monitor.policy msgfmt: cannot locate ITS rules for org.gnome.gnome-system-monitor.policy.in Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- .../recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-gnome') 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 = " \ gtkmm3 \ libgtop \ librsvg \ + polkit \ " GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gconf gtk-icon-cache distro_features_check gettext -REQUIRED_DISTRO_FEATURES = "x11" +REQUIRED_DISTRO_FEATURES = "x11 polkit" SRC_URI[archive.md5sum] = "6c2c5c5bf8f15d3e6985faacbd3055dd" SRC_URI[archive.sha256sum] = "af00c4a42dd1db17d9abe88edb11c7751b20982db1a8a2a467bab206fd8a77e3" -- cgit 1.2.3-korg