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>
This commit is contained in:
Ross Burton 2023-12-08 22:32:21 +00:00 committed by Khem Raj
parent 21dbf20b54
commit d015d52ad8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"