From: Daniel Golle Date: Mon, 13 Jun 2016 23:48:12 +0000 (+0200) Subject: libinput: depend on libudev X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ba3dd96ff1642d168649bb14061f36aa19157970;p=openwrt-packages.git libinput: depend on libudev Signed-off-by: Daniel Golle --- diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile index 2fa349623..962aee34c 100644 --- a/libs/libinput/Makefile +++ b/libs/libinput/Makefile @@ -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