mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
71ef6dd804
commit
fb91ee1830
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue