summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index 444a545d41..278592dc6e 100644
--- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -23,3 +23,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
23do_configure:prepend() { 23do_configure:prepend() {
24 touch ${S}/ChangeLog 24 touch ${S}/ChangeLog
25} 25}
26
27# gtk-doc generation doesn't work, so disable it:
28# ../keybinder-docs.sgml:26: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found
29GTKDOC_ENABLED = "False"