libinput: depend on eudev
udev was removed, depend on eudev to provide libudev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
b0bb7748aa
commit
07ccb3c1d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue