libudev-fbsd: select libevdev

select instead of depend on libevdev.

Reported-by: Michał Plebański <m.plebanski4@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2017-06-22 14:24:41 +02:00
parent 96f67e6fc3
commit 0cdb5d69d7

View file

@ -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