mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +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
|
CATEGORY:=Libraries
|
||||||
TITLE:=Library for interfacing with Linux IIO devices
|
TITLE:=Library for interfacing with Linux IIO devices
|
||||||
URL:=https://github.com/analogdevicesinc/libiio
|
URL:=https://github.com/analogdevicesinc/libiio
|
||||||
DEPENDS:=+libxml2
|
DEPENDS:=+libusb-1.0 +libxml2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libiio/description
|
define Package/libiio/description
|
||||||
|
|||||||
Reference in New Issue
Block a user