aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-07 08:16:35 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:34 -0700
commit8ad93299a20c5369cec773cfe276398ac646dc8e (patch)
treec717ff03d76e65a85d3bfa8cd8f3f842c7c35269
parentb8ecc2e007e290cc239ddb01ade03bc97b035723 (diff)
downloadmeta-openembedded-8ad93299a20c5369cec773cfe276398ac646dc8e.tar.gz
keybinder: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index d6744a3065..0a0a3e6b43 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
}