libinput: depend on eudev

udev was removed, depend on eudev to provide libudev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2016-02-10 18:12:44 +02:00
parent b0bb7748aa
commit 07ccb3c1d9
1 changed files with 1 additions and 1 deletions

View File

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