Flatpak: add audio support

This commit is contained in:
André Apitzsch 2018-04-16 20:12:33 +02:00
parent 53b38bd5d5
commit a98d969f22
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
/* Needs to talk to the network: */ /* Needs to talk to the network: */
"--share=network", "--share=network",
"--filesystem=home", "--filesystem=home",
"--socket=pulseaudio",
"--socket=system-bus" "--socket=system-bus"
], ],
"build-options": { "build-options": {