mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user