[gnome-games] [flatpak] Fix manifest file.



commit ef4bfb2ff2c3369c89e5de3cd927cd4b10bbd12b
Author: Arnaud B <arnaud bonatti gmail com>
Date:   Fri Mar 30 08:03:18 2018 +0000

    [flatpak] Fix manifest file.
    
    Comments doesn’t exist for real in json, and the builder fails to parse,
    so let’s try with a ‘+’ like in “X11 + XShm” above instead of a ‘/’.

 flatpak/org.gnome.Games.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index ade80e5..53d764d 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -14,7 +14,7 @@
         "--share=ipc", "--socket=x11",
         /* Wayland access */
         "--socket=wayland",
-        /* OpenGL/DRI access */
+        /* OpenGL + DRI access */
         "--device=dri",
         /* PulseAudio access */
         "--socket=pulseaudio",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]