mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 19:08:08 +00:00
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>
This commit is contained in:
parent
825c28133b
commit
259b9fd719
@ -31,4 +31,4 @@ FILES:${PN} += "\
|
||||
${libdir}/gstreamer-1.0/libgstsharktracers.la \
|
||||
"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
inherit autotools gettext pkgconfig gtk-doc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user