docker/fedora: use the meson subprojects cmd to download subprojects
authorJordan Petridis <jordan@centricular.com>
Thu, 14 Mar 2019 15:19:49 +0000 (17:19 +0200)
committerJordan Petridis <jpetridis@gnome.org>
Thu, 14 Mar 2019 15:33:05 +0000 (15:33 +0000)
Introduced in 0.49.0 so we can avoid the need to configure in
order to cache the subproejct repos.

docker/fedora/prepare.sh

index 491ddc2..245465b 100644 (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/
\ No newline at end of file
+cd /gst-build
+meson subprojects download
+