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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user