aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-09 08:28:09 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-13 12:43:47 -0700
commitbedadd69a8d662df62f70c64f6ac12c7513ff4c9 (patch)
tree357308b4a65f6d1e6cf09b7b9980ed6391027895
parent80783010f6297934045c4b9f78cdd619f44e35b1 (diff)
downloadmeta-openembedded-bedadd69a8d662df62f70c64f6ac12c7513ff4c9.tar.gz
gnome-system-monitor: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb
index 61af92b5de..9b6ce17cae 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb
@@ -12,7 +12,9 @@ DEPENDS = " \
libwnck3 \
"
-inherit gnomebase
+inherit gnomebase distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[archive.md5sum] = "fcd59867c07f8c4853b1e28d60cbc037"
SRC_URI[archive.sha256sum] = "f848a8c2ca5e164cf09d3a205dd49e4e4bf4b60d43b0969c10443eb519d0e6b3"