diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-26 17:22:19 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-26 12:43:32 -0800 |
commit | fa6350c5d57fbd13c3ca6f6c19a830ef24985b75 (patch) | |
tree | 7600988b96a4c67bc65e624b8f090f940260621d | |
parent | 76a756989a0bda434a2295a0ad9b67c951c270df (diff) | |
download | meta-openembedded-fa6350c5d57fbd13c3ca6f6c19a830ef24985b75.tar.gz |
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>
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb index 3b0d3ded13..4720edf153 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | |||
@@ -18,6 +18,10 @@ PV = "1.0+really0.15.2" | |||
18 | 18 | ||
19 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 19 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
20 | 20 | ||
21 | # Documentation doesn't currently build: | ||
22 | # gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml | ||
23 | GTKDOC_ENABLED = "False" | ||
24 | |||
21 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig | 25 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig |
22 | 26 | ||
23 | do_install:append() { | 27 | do_install:append() { |