git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b0bb774
)
libinput: depend on eudev
author
Daniel Golle
<redacted>
Wed, 10 Feb 2016 16:12:44 +0000
(18:12 +0200)
committer
Daniel Golle
<redacted>
Wed, 10 Feb 2016 17:00:53 +0000
(19:00 +0200)
udev was removed, depend on eudev to provide libudev.
Signed-off-by: Daniel Golle <redacted>
libs/libinput/Makefile
patch
|
blob
|
history
diff --git
a/libs/libinput/Makefile
b/libs/libinput/Makefile
index 9f58dc76fd650f6fe125bedd940c73e6051eb2db..16e13577fac91496ae8e534c2d0677cc412ef4d0 100644
(file)
--- a/
libs/libinput/Makefile
+++ b/
libs/libinput/Makefile
@@
-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 +
e
udev
endef
define Package/libinput/description
git clone https://git.99rst.org/PROJECT