libinput: depend on libudev

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2016-06-14 01:48:12 +02:00
parent a64fb737ac
commit ba3dd96ff1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ define Package/libinput
CATEGORY:=Libraries
TITLE:=a library to handle input devices
URL:=http://freedesktop.org/wiki/Software/libinput/
DEPENDS:=+libevdev +mtdev +eudev
DEPENDS:=+libevdev +mtdev +libudev
endef
define Package/libinput/description