mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
flatpak: remove useless device=dri
As device=all is used, no need to have device=dri but need to add shm as all does not include it.
This commit is contained in:
parent
8191b081cb
commit
2828930823
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--socket=fallback-x11",
|
"--socket=fallback-x11",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
"--device=dri",
|
"--device=all",
|
||||||
|
"--device=shm",
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--filesystem=home",
|
"--filesystem=home",
|
||||||
|
|
Loading…
Reference in a new issue