From d015d52ad81115986ac89f45d086820d9027857a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 8 Dec 2023 22:32:21 +0000 Subject: [PATCH] keybinder: disable gtk-doc documentation The API documentation doesn't build, so force it off until this is fixed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 4 ++++ 1 file changed, 4 insertions(+) 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"