Browse Source

libinput: depend on eudev

udev was removed, depend on eudev to provide libudev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
07ccb3c1d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libinput/Makefile

+ 1
- 1
libs/libinput/Makefile View File

@ -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…
Cancel
Save