gstd: disable gtk-doc

The API documentation should be buildable with gtk-doc, but it fails
for some reason:

  gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml

Leave the gtk-doc class inherited, but temporarily disable it 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 2025-02-26 17:22:19 +00:00 committed by Khem Raj
parent 76a756989a
commit fa6350c5d5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -18,6 +18,10 @@ PV = "1.0+really0.15.2"
GTKDOC_MESON_OPTION = "enable-gtk-doc"
# Documentation doesn't currently build:
# gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml
GTKDOC_ENABLED = "False"
inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig
do_install:append() {