mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
76a756989a
commit
fa6350c5d5
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user