1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

gstreamer1.0-libav: explicitly disable documentation

We can't build documentation when doing a cross build, so disable it
explicitly to be clear.

(From OE-Core rev: 2706062d3a711ff0b2c03bee40b908ad329ebd6d)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-11-11 18:13:36 +00:00
committed by Richard Purdie
parent 84f5466bce
commit dfa1cd13d4
@@ -22,6 +22,7 @@ inherit meson pkgconfig upstream-version-is-even
EXTRA_OEMESON += " \
-Dtests=disabled \
-Ddoc=disabled \
"
FILES:${PN} += "${libdir}/gstreamer-1.0/*.so"