CI/Flatpak: Disable Wayland by default

This commit is contained in:
Stenzek 2023-10-29 21:16:58 +10:00
parent 33f945f1e8
commit 6ca098db97
No known key found for this signature in database

View file

@ -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",