mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-03 05:50:40 +02:00
flatpak: Only require X11 access on X11
This commit is contained in:
parent
b10baf02ea
commit
fc6403899e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"command": "gtk-libfprint-test",
|
||||
"finish-args": [
|
||||
/* X11 + XShm access */
|
||||
"--share=ipc", "--socket=x11",
|
||||
"--share=ipc", "--socket=fallback-x11",
|
||||
/* Wayland access */
|
||||
"--socket=wayland",
|
||||
/* OpenGL access */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue