build: add Wayland support to nightly flatpak.

This was removed for the stable flatpak as it's GTK+2 which has no
support anyway but should be present for the future GIMP 3 flatpak.
This commit is contained in:
Jehan 2019-04-28 02:51:55 +09:00
parent 02b2867134
commit 11e8ba0f51

View file

@ -9,7 +9,7 @@
"rename-desktop-file": "gimp.desktop",
"rename-icon": "gimp",
"finish-args": ["--share=ipc", "--share=network",
"--socket=x11",
"--socket=x11", "--socket=wayland",
"--filesystem=host", "--filesystem=xdg-config/GIMP",
"--filesystem=xdg-config/gtk-3.0", "--filesystem=/tmp",
"--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",