From 07ccb3c1d9ab038b283560d2da63a2189abd78d0 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 10 Feb 2016 18:12:44 +0200 Subject: libinput: depend on eudev udev was removed, depend on eudev to provide libudev. Signed-off-by: Daniel Golle --- libs/libinput/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3