aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2016-02-10 18:12:44 +0200
committerDaniel Golle <daniel@makrotopia.org>2016-02-10 19:00:53 +0200
commit07ccb3c1d9ab038b283560d2da63a2189abd78d0 (patch)
tree41ff78a3af6fde3b5d4d3d537ebaa4b7b5b1152b
parentb0bb7748aa12f613514d0a7d7a708b2fb6c2e663 (diff)
libinput: depend on eudev
udev was removed, depend on eudev to provide libudev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--libs/libinput/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile
index 9f58dc76f..16e13577f 100644
--- 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