1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

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
+3 -1
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