From 282893082380262c43cdd484655d59fe0d75b827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Tue, 22 Oct 2024 12:49:41 +0200 Subject: [PATCH] flatpak: remove useless device=dri As device=all is used, no need to have device=dri but need to add shm as all does not include it. --- .../org.freedesktop.dabrain34.GstPipelineStudio.Devel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-aux/org.freedesktop.dabrain34.GstPipelineStudio.Devel.json b/build-aux/org.freedesktop.dabrain34.GstPipelineStudio.Devel.json index eba3220..aaab548 100644 --- a/build-aux/org.freedesktop.dabrain34.GstPipelineStudio.Devel.json +++ b/build-aux/org.freedesktop.dabrain34.GstPipelineStudio.Devel.json @@ -10,7 +10,8 @@ "finish-args": [ "--socket=fallback-x11", "--socket=wayland", - "--device=dri", + "--device=all", + "--device=shm", "--share=ipc", "--share=network", "--filesystem=home",