docker/fedora: use the meson subprojects cmd to download subprojects

Introduced in 0.49.0 so we can avoid the need to configure in
order to cache the subproejct repos.
This commit is contained in:
Jordan Petridis 2019-03-14 17:19:49 +02:00 committed by Jordan Petridis
parent 71ef6dd804
commit fb91ee1830

View file

@ -171,4 +171,6 @@ dnf remove -y "gstreamer1*devel"
# get gst-build and make all subprojects available
git clone git://anongit.freedesktop.org/gstreamer/gst-build /gst-build/
cd /gst-build && meson build/ && rm -rf build/
cd /gst-build
meson subprojects download