[gnome-continuous] Force Autotools build for libwacom



commit 9c9e27ec61c89ed928e7afa9888fc21092248d67
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jul 25 12:06:33 2019 +0100

    Force Autotools build for libwacom
    
    The hard dependency on librsvg is a bug in the Meson build.

 manifest.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 6516a83..2c160c8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -287,13 +287,17 @@
                 {"src": "fd:libevdev",
                 "config-opts": ["--disable-gcov"]},
 
+               {"src": "git:https://github.com/linuxwacom/libwacom.git";,
+                 "name": "libwacom",
+                 "force-autotools": true,
+                "patches": ["libwacom-autogen.patch"]},
+
                {"src": "git:https://gitlab.freedesktop.org/libinput/libinput.git";,
                 "name": "libinput",
                  "component": "minimal",
                  "config-opts": ["-Ddocumentation=false",
                                  "-Dtests=false",
-                                 "-Ddebug-gui=false",
-                                 "-Dlibwacom=false"]},
+                                 "-Ddebug-gui=false"]},
 
                {"src": "fd:xorg/util/makedepend",
                 "component": "devel"},
@@ -797,10 +801,6 @@
                                "-Ddesktop_docs=false",
                                "-Dinstalled_tests=true"]},
 
-               {"src": "git:https://github.com/linuxwacom/libwacom.git";,
-                 "name": "libwacom",
-                "patches": ["libwacom-autogen.patch"]},
-
                {"src": "linuxwacom:xf86-input-wacom.git",
                 "patches": ["libwacom-autogen.patch"]},
 


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