mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
libiio: add missing dependency to libusb
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -33,7 +33,7 @@ define Package/libiio
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Library for interfacing with Linux IIO devices
|
||||
URL:=https://github.com/analogdevicesinc/libiio
|
||||
DEPENDS:=+libxml2
|
||||
DEPENDS:=+libusb-1.0 +libxml2
|
||||
endef
|
||||
|
||||
define Package/libiio/description
|
||||
|
||||
Reference in New Issue
Block a user