gnu: xf86-input-evdev: Add required input udev.

* gnu/packages/xorg.scm (xf86-input-evdev): Add input udev.
master
Andreas Enge 2014-08-08 21:37:54 +02:00
parent ac995eaf74
commit 4e3a820bfd
1 changed files with 8 additions and 2 deletions

View File

@ -2176,9 +2176,15 @@ tracking.")
(base32
"1ivf5n821chckrgp89mpb18zi00v1hyrkc1hr82q0x6g1kpgxq9y"))))
(build-system gnu-build-system)
;; FIXME: Add required input udev once it is available.
(inputs `(("xorg-server" ,xorg-server)))
(inputs
`(("udev" ,udev)
("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))
(arguments
`(#:configure-flags
(list (string-append "--with-sdkdir="
(assoc-ref %outputs "out")
"/include/xorg"))))
(home-page "http://www.x.org/wiki/")
(synopsis "xorg implementation of the X Window System")
(description "X.org provides an implementation of the X Window System")