diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-04-09 08:28:09 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-04-13 12:43:47 -0700 |
| commit | bedadd69a8d662df62f70c64f6ac12c7513ff4c9 (patch) | |
| tree | 357308b4a65f6d1e6cf09b7b9980ed6391027895 | |
| parent | 80783010f6297934045c4b9f78cdd619f44e35b1 (diff) | |
| download | meta-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.bb | 4 |
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 = " \ | |||
| 12 | libwnck3 \ | 12 | libwnck3 \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | inherit gnomebase | 15 | inherit gnomebase distro_features_check |
| 16 | |||
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 16 | 18 | ||
| 17 | SRC_URI[archive.md5sum] = "fcd59867c07f8c4853b1e28d60cbc037" | 19 | SRC_URI[archive.md5sum] = "fcd59867c07f8c4853b1e28d60cbc037" |
| 18 | SRC_URI[archive.sha256sum] = "f848a8c2ca5e164cf09d3a205dd49e4e4bf4b60d43b0969c10443eb519d0e6b3" | 20 | SRC_URI[archive.sha256sum] = "f848a8c2ca5e164cf09d3a205dd49e4e4bf4b60d43b0969c10443eb519d0e6b3" |
