summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-15 21:03:39 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-15 21:03:39 +0100
commit2ee31aa09e8783e6f821a67e262b41d11e99ea31 (patch)
tree17a74300dbbb93c75716c1265d12f1e661160e9d
parentDon't send markdown links in body (diff)
downloadnheko-2ee31aa09e8783e6f821a67e262b41d11e99ea31.tar.xz
Use device=all in flatpak for webcam support
fixes #517
-rw-r--r--io.github.NhekoReborn.Nheko.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json
index 34f68fb7..03072b8d 100644
--- a/io.github.NhekoReborn.Nheko.json
+++ b/io.github.NhekoReborn.Nheko.json
@@ -9,6 +9,7 @@
   "rename-appdata-file": "nheko.appdata.xml",
   "finish-args": [
     "--device=dri",
+    "--device=all",
     "--share=ipc",
     "--share=network",
     "--socket=pulseaudio",