gnu: libinput: Propagate udev.

This is a follow-up to commit c6deabf957.

* gnu/packages/freedesktop.scm (libinput)[inputs]: Remove EUDEV.
[propagated-inputs]: New field.
This commit is contained in:
Marius Bakke 2019-04-08 01:00:07 +02:00
parent ba00235a96
commit 0dbb6c2fb9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 1 deletions

View File

@ -168,9 +168,11 @@ freedesktop.org project.")
("glib" ,glib)
("gtk+" ,gtk+)
("libevdev" ,libevdev)
("libudev" ,eudev)
("libwacom" ,libwacom)
("mtdev" ,mtdev)))
(propagated-inputs
`(;; libinput.h requires <libudev.h>, so propagate it.
("udev" ,eudev)))
(home-page "https://www.freedesktop.org/wiki/Software/libinput/")
(synopsis "Input devices handling library")
(description