summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-13 23:15:11 -0800
committerKhem Raj <raj.khem@gmail.com>2024-01-14 10:54:11 -0800
commit259b9fd719d8c7d36b6e161e7df8d2bc8d4883fd (patch)
treec12fb4ac8b0fd7dad366d3713e54ec42d2131827 /meta-multimedia
parent825c28133b528eecde38e481c4ad38b135957646 (diff)
downloadmeta-openembedded-259b9fd719d8c7d36b6e161e7df8d2bc8d4883fd.tar.gz
gst-shark: inherit gtk-doc
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb
index 8a839e0d1..dc43bed63 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb
@@ -31,4 +31,4 @@ FILES:${PN} += "\
31 ${libdir}/gstreamer-1.0/libgstsharktracers.la \ 31 ${libdir}/gstreamer-1.0/libgstsharktracers.la \
32" 32"
33 33
34inherit autotools gettext pkgconfig 34inherit autotools gettext pkgconfig gtk-doc