From 37a841321dca1314c9844d8d4665b5ff1e28a40f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 28 Jan 2015 15:50:13 +0100 Subject: recipes: add x11 to required DISTRO_FEATURES Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb') diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb index 7c1d4a0128..d9e58f1af8 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb @@ -11,7 +11,9 @@ SRC_URI[sha256sum] = "6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c14 PR = "r2" -inherit autotools gettext update-alternatives pkgconfig +inherit autotools gettext update-alternatives pkgconfig distro_features_check +# depends on virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" ALTERNATIVE_${PN}-core = "x-window-manager" ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" -- cgit 1.2.3-korg