summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-12-08 22:32:21 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-09 00:00:06 -0800
commitd015d52ad81115986ac89f45d086820d9027857a (patch)
tree440f084510542a82c5d7320923355f34df64a0f3
parent21dbf20b54029eb8babfeb8d7f52f1b78cc560aa (diff)
downloadmeta-openembedded-d015d52ad81115986ac89f45d086820d9027857a.tar.gz
keybinder: disable gtk-doc documentation
The API documentation doesn't build, so force it off until this is fixed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"