[gnome-continuous] Disable libwacom support in libinput
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Disable libwacom support in libinput
- Date: Thu, 25 Jul 2019 10:59:27 +0000 (UTC)
commit 542f4922b1970d007047456b7c80522f9984d362
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Jul 25 11:58:41 2019 +0100
Disable libwacom support in libinput
Libwacom started depending on librsvg, which strings along half of the
dependencies on libinput, which depends on libwacom.
manifest.json | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 4649aa9..6516a83 100644
--- a/manifest.json
+++ b/manifest.json
@@ -287,15 +287,13 @@
{"src": "fd:libevdev",
"config-opts": ["--disable-gcov"]},
- {"src": "git:https://github.com/linuxwacom/libwacom.git",
- "name": "libwacom",
- "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"]},
+ "-Ddebug-gui=false",
+ "-Dlibwacom=false"]},
{"src": "fd:xorg/util/makedepend",
"component": "devel"},
@@ -799,6 +797,10 @@
"-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]