libinput: propagate udev dependency

This commit is contained in:
Alexander Ried 2016-04-08 22:11:46 +02:00
parent b080956078
commit 9722fa06e9
1 changed files with 3 additions and 1 deletions

View File

@ -30,11 +30,13 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libevdev mtdev udev libwacom ] buildInputs = [ libevdev mtdev libwacom ]
++ optionals eventGUISupport [ cairo glib gtk3 ] ++ optionals eventGUISupport [ cairo glib gtk3 ]
++ optionals documentationSupport [ doxygen graphviz ] ++ optionals documentationSupport [ doxygen graphviz ]
++ optionals testsSupport [ check valgrind ]; ++ optionals testsSupport [ check valgrind ];
propagatedBuildInputs = [ udev ];
meta = { meta = {
description = "Handles input devices in Wayland compositors and provides a generic X.Org input driver"; description = "Handles input devices in Wayland compositors and provides a generic X.Org input driver";
homepage = http://www.freedesktop.org/wiki/Software/libinput; homepage = http://www.freedesktop.org/wiki/Software/libinput;