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:
parent
ba7f91b7c9
commit
e08e3a8c0c
1 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue