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=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 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user