guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add libinput-minimal.


From: Ludovic Courtès
Subject: 03/05: gnu: Add libinput-minimal.
Date: Fri, 29 Jul 2016 15:49:36 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit c38fb02e9b6f14171cbc839f99990e0b44a947a9
Author: David Craven <address@hidden>
Date:   Fri Jul 29 10:23:53 2016 +0200

    gnu: Add libinput-minimal.
    
    * gnu/packages/freedesktop.scm (libinput-minimal): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/freedesktop.scm |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 458331d..0262d0a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]