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=pulseaudio",
"--device=dri",
"--own-name=org.mpris.MediaPlayer2.Podcasts"
"--own-name=org.mpris.MediaPlayer2.Podcasts",
"--env=USE_PLAYBING3=1"
],
"build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin",
@ -30,7 +31,6 @@
"--share=network"
],
"env" : {
"USE_PLAYBIN3" : "1",
"CARGO_HOME" : "/run/build/Podcasts/cargo",
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
"RUST_BACKTRACE" : "1"
@ -71,4 +71,4 @@
]
}
]
}
}