diff mbox series

[07/10] keybinder: disable gtk-doc documentation

Message ID 20231208223224.1348651-7-ross.burton@arm.com
State Accepted
Headers show
Series [01/10] Remove unused SRC_DISTRIBUTE_LICENSES | expand

Commit Message

Ross Burton Dec. 8, 2023, 10:32 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The API documentation doesn't build, so force it off until this is fixed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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"
 do_configure:prepend() {
 	touch ${S}/ChangeLog
 }
+
+# gtk-doc generation doesn't work, so disable it:
+# ../keybinder-docs.sgml:26: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found
+GTKDOC_ENABLED = "False"