mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 08:14: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
|
CATEGORY:=Libraries
|
||||||
TITLE:=a library to handle input devices
|
TITLE:=a library to handle input devices
|
||||||
URL:=http://freedesktop.org/wiki/Software/libinput/
|
URL:=http://freedesktop.org/wiki/Software/libinput/
|
||||||
DEPENDS:=+libevdev +mtdev +udev
|
DEPENDS:=+libevdev +mtdev +eudev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libinput/description
|
define Package/libinput/description
|
||||||
|
|||||||
Reference in New Issue
Block a user