guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libinput: Enable GUI event tool.


From: Efraim Flashner
Subject: 03/03: gnu: libinput: Enable GUI event tool.
Date: Mon, 14 Nov 2016 11:20:49 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 7ca37da855fd921fa3925bb62f8015f770b7e784
Author: Efraim Flashner <address@hidden>
Date:   Mon Nov 14 13:02:40 2016 +0200

    gnu: libinput: Enable GUI event tool.
    
    * gnu/packages/freedesktop.scm (libinput)[inputs]: Add glib.
    [native-inputs]: Add cairo, gtk+-3.
    (libinput-minimal)[native-inputs]: Only pkg-config.
---
 gnu/packages/freedesktop.scm |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index f6b6dbe..a55069d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -95,11 +95,14 @@ freedesktop.org project.")
                 "1n1dispg63z1qiy8c1af3l9c4a9dks8y7xasff8xcywnn0rkkxnl"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("cairo" ,cairo)
+       ("gtk+" ,gtk+)
+       ("pkg-config" ,pkg-config)))
     (propagated-inputs
      `(("libudev" ,eudev))) ; required by libinput.pc
     (inputs
-     `(("libevdev" ,libevdev)
+     `(("glib" ,glib)
+       ("libevdev" ,libevdev)
        ("mtdev" ,mtdev)
        ("libwacom" ,libwacom)))
     (home-page "https://www.freedesktop.org/wiki/Software/libinput/";)
@@ -112,6 +115,8 @@ other applications that need to directly deal with input 
devices.")
 (define-public libinput-minimal
   (package (inherit libinput)
     (name "libinput-minimal")
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (inputs
      `(("libevdev" ,libevdev)
        ("mtdev" ,mtdev)))



reply via email to

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