[oe] [meta-gnome][PATCH 09/23] keybinder: only include when x11 in DISTRO_FEATURES

Armin Kuster akuster808 at gmail.com
Wed Mar 7 19:01:01 UTC 2018


Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index d6744a3..0a0a3e6 100644
--- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -18,7 +18,9 @@ SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
 
 RDEPENDS_${PN} = "gtk+"
 
-inherit autotools gtk-doc gobject-introspection
+inherit distro_features_check autotools gtk-doc gobject-introspection
+
+REQUIRED_DISTRO_FEATURES = "x11"
 do_configure_prepend() {
 	touch ${S}/ChangeLog
 }
-- 
2.7.4




More information about the Openembedded-devel mailing list