libiio: add missing dependency to libusb
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
701f9a49d8
commit
dd76fb632b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue