Merge pull request #6848 from TDT-AG/pr/20180823-libiio-dependency
libiio: add missing dependency to zlib
This commit is contained in:
commit
0194bf7d07
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ define Package/libiio
|
||||||
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:=\
|
DEPENDS:=\
|
||||||
|
+zlib \
|
||||||
+LIBIIO_USB_BACKEND:libusb-1.0 \
|
+LIBIIO_USB_BACKEND:libusb-1.0 \
|
||||||
+LIBIIO_NETWORK_BACKEND:libavahi-client \
|
+LIBIIO_NETWORK_BACKEND:libavahi-client \
|
||||||
+LIBIIO_XML_BACKEND:libxml2
|
+LIBIIO_XML_BACKEND:libxml2
|
||||||
|
|
Loading…
Reference in a new issue