diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-15 21:03:39 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-15 21:03:39 +0100 |
commit | 2ee31aa09e8783e6f821a67e262b41d11e99ea31 (patch) | |
tree | 17a74300dbbb93c75716c1265d12f1e661160e9d | |
parent | Don't send markdown links in body (diff) | |
download | nheko-2ee31aa09e8783e6f821a67e262b41d11e99ea31.tar.xz |
Use device=all in flatpak for webcam support
fixes #517
-rw-r--r-- | io.github.NhekoReborn.Nheko.json | 1 |
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", |