add required permissions

This commit is contained in:
Dovi Cowan 2022-02-17 15:18:03 +00:00
parent 498fba072c
commit 19d231446f
No known key found for this signature in database
GPG key ID: 90EF4BCEFEE7D2BD

View file

@ -18,14 +18,21 @@ command: com.github.artemanufrij.webpin
finish-args:
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=session-bus'
- '--socket=wayland'
- '--share=network'
- '--filesystem=xdg-data/applications:create'
- '--filesystem=~/.var/app/com.github.artemanufrij.webpin/'
# DRI - Direct Rendering - without this, rendering is really slow
- '--device=dri'
# This section is where you list all the source code required to build your app.
# If we had external dependencies that weren't included in our SDK, we would list
# them here.
modules:
- name: webpin
buildsystem: meson
sources:
- type: dir
path: .
- name: webpin
buildsystem: meson
sources:
- type: dir
path: .