diff options
| -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" |
