lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit ba3dd96ff1642d168649bb14061f36aa19157970
parent a64fb737ac79e0e07b736d98b7bf1f58be4b7c22
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Tue, 14 Jun 2016 01:48:12 +0200

libinput: depend on libudev

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Mlibs/libinput/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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