Flatpak: move USE_PLAYBIN3 env var to a finish arg
This commit is contained in:
parent
d8cddfafa0
commit
96b929b313
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user