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:
parent
ba00235a96
commit
0dbb6c2fb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue