From fa6350c5d57fbd13c3ca6f6c19a830ef24985b75 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 Feb 2025 17:22:19 +0000 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | 4 ++++ 1 file changed, 4 insertions(+) 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" 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() {