[gnome-continuous] Explicitly disable bits of libinput



commit 36f08b70e89869c29e62559b1f3bc1a998fef754
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Apr 18 09:18:57 2017 +0100

    Explicitly disable bits of libinput
    
    Libinput moved from auto-detection of build-time features to explicit
    yes/no enable flags.

 manifest.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 170c562..2db5ec4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -361,7 +361,9 @@
                 "patches": ["libwacom-autogen.patch"]},
 
                {"src": "fd:wayland/libinput",
-                "name": "libinput"},
+                "name": "libinput",
+                 "config-opts": ["--disable-documentation",
+                                 "--disable-tests"]},
 
                {"src": "fd:xorg/util/makedepend",
                 "component": "devel"},


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