Flatpak: move USE_PLAYBIN3 env var to a finish arg

This commit is contained in:
Jordan Petridis 2019-01-20 16:09:30 +02:00
parent d8cddfafa0
commit 96b929b313
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -22,7 +22,8 @@
"--socket=wayland", "--socket=wayland",
"--socket=pulseaudio", "--socket=pulseaudio",
"--device=dri", "--device=dri",
"--own-name=org.mpris.MediaPlayer2.Podcasts" "--own-name=org.mpris.MediaPlayer2.Podcasts",
"--env=USE_PLAYBING3=1"
], ],
"build-options" : { "build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin", "append-path" : "/usr/lib/sdk/rust-stable/bin",
@ -30,7 +31,6 @@
"--share=network" "--share=network"
], ],
"env" : { "env" : {
"USE_PLAYBIN3" : "1",
"CARGO_HOME" : "/run/build/Podcasts/cargo", "CARGO_HOME" : "/run/build/Podcasts/cargo",
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../", "RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
"RUST_BACKTRACE" : "1" "RUST_BACKTRACE" : "1"