libinput: depend on libudev
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
a64fb737ac
commit
ba3dd96ff1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue