gnu: Add libinput-minimal.
authorDavid Craven <david@craven.ch>
Fri, 29 Jul 2016 08:23:53 +0000 (10:23 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 29 Jul 2016 15:40:24 +0000 (17:40 +0200)
* gnu/packages/freedesktop.scm (libinput-minimal): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/freedesktop.scm

index 458331d..0262d0a 100644 (file)
@@ -106,6 +106,16 @@ freedesktop.org project.")
 other applications that need to directly deal with input devices.")
     (license license:x11)))
 
+(define-public libinput-minimal
+  (package (inherit libinput)
+    (name "libinput-minimal")
+    (inputs
+     `(("libevdev" ,libevdev)
+       ("mtdev" ,mtdev)))
+    (arguments
+      `(#:configure-flags
+        '("--disable-libwacom")))))
+
 (define-public libxdg-basedir
   (package
     (name "libxdg-basedir")