summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome')
-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 d6744a306..0a0a3e6b4 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 \
18 18
19RDEPENDS_${PN} = "gtk+" 19RDEPENDS_${PN} = "gtk+"
20 20
21inherit autotools gtk-doc gobject-introspection 21inherit distro_features_check autotools gtk-doc gobject-introspection
22
23REQUIRED_DISTRO_FEATURES = "x11"
22do_configure_prepend() { 24do_configure_prepend() {
23 touch ${S}/ChangeLog 25 touch ${S}/ChangeLog
24} 26}