Browse Source

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>
lilik-openwrt-22.03
Daniel Golle 7 years ago
parent
commit
0cdb5d69d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libudev-fbsd/Makefile

+ 1
- 1
libs/libudev-fbsd/Makefile 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


Loading…
Cancel
Save