treewide: turn specific libudev-* DEPENDS to generic ones

libudev-zero as well as libudev-fbsd have PROVIDES:=libudev . These
packages have nothing specific that requires one or the other.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-10-19 15:36:08 -07:00
committed by Daniel Golle
parent b7ff78d6b4
commit 881aa28fa1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ define Package/libinput
CATEGORY:=Libraries
TITLE:=a library to handle input devices
URL:=http://freedesktop.org/wiki/Software/libinput/
DEPENDS:=+libevdev +mtdev +libudev-fbsd
DEPENDS:=+libevdev +mtdev +libudev
endef
define Package/libinput/description