flatpak: Add test-args

This should fix several failures when running the test suite in our
Flatpak build, as they are not able to reach the Wayland compositor.
This commit is contained in:
Niels De Graef 2025-11-24 01:23:47 +01:00 committed by Niels De Graef
parent ba7f91b7c9
commit e08e3a8c0c

View file

@ -272,6 +272,16 @@
{
"name": "geary",
"buildsystem": "meson",
"build-options": {
"test-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--device=dri",
"--socket=pulseaudio",
"--share=network"
]
},
"config-opts": [
"-Dprofile=development"
],