aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-support/keybinder/keybinder_3.0.bb')
-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
}