mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 23:25:41 +00:00
CI/Flatpak: Disable Wayland by default
This commit is contained in:
parent
33f945f1e8
commit
6ca098db97
|
@ -12,10 +12,10 @@
|
||||||
"--allow=bluetooth",
|
"--allow=bluetooth",
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--socket=fallback-x11",
|
"--socket=x11",
|
||||||
"--socket=wayland",
|
|
||||||
"--socket=pulseaudio",
|
"--socket=pulseaudio",
|
||||||
"--talk-name=org.freedesktop.ScreenSaver"
|
"--talk-name=org.freedesktop.ScreenSaver",
|
||||||
|
"--env=QT_QPA_PLATFORM=xcb"
|
||||||
],
|
],
|
||||||
"modules": [
|
"modules": [
|
||||||
"modules/20-sdl2.json",
|
"modules/20-sdl2.json",
|
||||||
|
|
Loading…
Reference in a new issue