mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
gnome-system-monitor: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
80783010f6
commit
bedadd69a8
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user