libinput: depend on libudev
authorDaniel Golle <daniel@makrotopia.org>
Mon, 13 Jun 2016 23:48:12 +0000 (01:48 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 13 Jun 2016 23:48:12 +0000 (01:48 +0200)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/libinput/Makefile

index 2fa34962313a92a4ed14a7818d1dea34e551d597..962aee34c5b602ddb7df270d368f75492967ccda 100644 (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