flatpak-nightly: Use "--wrap-mode=nodownload" for GStreamer build

We do not have net access during build of GStreamer, nor we want to pull anything, so disable downloads so it will not try
This commit is contained in:
Rafał Dzięgiel
2022-03-10 22:22:00 +01:00
parent 9f18295728
commit e0daf8435a

View File

@@ -2,7 +2,7 @@
"name": "gstreamer",
"buildsystem": "meson",
"config-opts": [
"--wrap-mode=nofallback",
"--wrap-mode=nodownload",
"-Dbase=enabled",
"-Dgood=enabled",