aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-07-30 10:46:41 +0300
committerKhem Raj <raj.khem@gmail.com>2019-07-30 19:15:24 -0700
commitda6b51b555eeff3edad86fb29ee7d95b6f295372 (patch)
tree8895a9f2964278082bcc429db01b539e68fa79a1 /meta-gnome
parent910891d722085c56c474ac72788898b94c5ed193 (diff)
downloadmeta-openembedded-contrib-da6b51b555eeff3edad86fb29ee7d95b6f295372.tar.gz
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 <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-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 = " \
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"