libudev-fbsd: select libevdev
authorDaniel Golle <daniel@makrotopia.org>
Thu, 22 Jun 2017 12:24:41 +0000 (14:24 +0200)
committerDaniel 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

index e71f6bc88208b4bf7ec2e240b7ed3a78454e23ca..7eba7249b605349da28e42dc799620cf4ea51f92 100644 (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