[quadrapassel] flatpak: Add libmanette module



commit 5469afa6dda7ec3eb69d30b33b396c1d8f2da392
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sat Dec 2 09:36:51 2017 +0100

    flatpak: Add libmanette module
    
    This will be used in the next commit to add the libmanette dependency.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791129

 flatpak/org.gnome.quadrapassel.json |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.quadrapassel.json b/flatpak/org.gnome.quadrapassel.json
index 4b04c66..214d12c 100644
--- a/flatpak/org.gnome.quadrapassel.json
+++ b/flatpak/org.gnome.quadrapassel.json
@@ -9,7 +9,8 @@
     "--socket=wayland",
     "--device=dri", "--socket=pulseaudio",
     "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
-    "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+    "--device=all"
   ],
   "build-options" : {
     "cflags": "-O2 -g",
@@ -25,6 +26,25 @@
   ],
   "modules": [
     {
+      "name": "libevdev",
+      "sources": [
+        {
+          "type": "git",
+          "url": "https://anongit.freedesktop.org/git/libevdev.git";
+        }
+      ]
+    },
+    {
+      "name": "libmanette",
+      "buildsystem": "meson",
+      "sources": [
+        {
+          "type": "git",
+          "url": "https://gitlab.gnome.org/aplazas/libmanette.git";
+        }
+      ]
+    },
+    {
       "name": "quadrapassel",
       "sources": [
         {


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