Browse Source

libiio: add missing dependency to zlib

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
lilik-openwrt-22.03
Martin Schiller 6 years ago
parent
commit
be0e664fb9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libiio/Makefile

+ 1
- 0
libs/libiio/Makefile 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


Loading…
Cancel
Save