Merge pull request #8720 from neheb/iio

[18.06] libiio: add missing dependency to zlib
This commit is contained in:
Rosen Penev
2019-04-22 22:53:26 -07:00
committed by GitHub
+1
View File
@@ -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