From bedadd69a8d662df62f70c64f6ac12c7513ff4c9 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 9 Apr 2018 08:28:09 -0700 Subject: gnome-system-monitor: only include when x11 in DISTRO_FEATURES Signed-off-by: Armin Kuster --- .../recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf