summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 17:22:19 +0000
committerKhem Raj <raj.khem@gmail.com>2025-02-26 12:43:32 -0800
commitfa6350c5d57fbd13c3ca6f6c19a830ef24985b75 (patch)
tree7600988b96a4c67bc65e624b8f090f940260621d
parent76a756989a0bda434a2295a0ad9b67c951c270df (diff)
downloadmeta-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.bb4
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
19GTKDOC_MESON_OPTION = "enable-gtk-doc" 19GTKDOC_MESON_OPTION = "enable-gtk-doc"
20 20
21# Documentation doesn't currently build:
22# gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml
23GTKDOC_ENABLED = "False"
24
21inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig 25inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig
22 26
23do_install:append() { 27do_install:append() {