commit 07ccb3c1d9ab038b283560d2da63a2189abd78d0
parent b0bb7748aa12f613514d0a7d7a708b2fb6c2e663
Author: Daniel Golle <daniel@makrotopia.org>
Date: Wed, 10 Feb 2016 18:12:44 +0200
libinput: depend on eudev
udev was removed, depend on eudev to provide libudev.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile
@@ -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