projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96f67e6
)
libudev-fbsd: select libevdev
author
Daniel Golle
<daniel@makrotopia.org>
Thu, 22 Jun 2017 12:24:41 +0000
(14:24 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Thu, 22 Jun 2017 12:29:16 +0000
(14:29 +0200)
select instead of depend on libevdev.
Reported-by: Michał Plebański <m.plebanski4@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/libudev-fbsd/Makefile
patch
|
blob
|
history
diff --git
a/libs/libudev-fbsd/Makefile
b/libs/libudev-fbsd/Makefile
index e71f6bc88208b4bf7ec2e240b7ed3a78454e23ca..7eba7249b605349da28e42dc799620cf4ea51f92 100644
(file)
--- a/
libs/libudev-fbsd/Makefile
+++ b/
libs/libudev-fbsd/Makefile
@@
-28,7
+28,7
@@
define Package/libudev-fbsd
CATEGORY:=Libraries
TITLE:=small udev shim for FreeBSD/devd (and other non-systemd)
URL:=https://github.com/jiixyj/libudev-fbsd
- DEPENDS:=libevdev
+ DEPENDS:=
+
libevdev
PROVIDES:=libudev
CONFLICTS:=libudev eudev udev
endef