projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9aedd9
)
libiio: add missing dependency to zlib
8720/head
author
Martin Schiller
<ms@dev.tdt.de>
Thu, 23 Aug 2018 06:52:59 +0000
(08:52 +0200)
committer
Rosen Penev
<rosenp@gmail.com>
Thu, 18 Apr 2019 18:21:38 +0000
(11:21 -0700)
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
libs/libiio/Makefile
patch
|
blob
|
history
diff --git
a/libs/libiio/Makefile
b/libs/libiio/Makefile
index 2c0048c9c381d0874167f8ab019fd00ff4c806b9..749951deaf0085375bd0ed7e9d8d9ccba05e8118 100644
(file)
--- a/
libs/libiio/Makefile
+++ b/
libs/libiio/Makefile
@@
-52,6
+52,7
@@
define Package/libiio
TITLE:=Library for interfacing with Linux IIO devices
URL:=https://github.com/analogdevicesinc/libiio
DEPENDS:=\
+ +zlib \
+LIBIIO_USB_BACKEND:libusb-1.0 \
+LIBIIO_NETWORK_BACKEND:libavahi-client \
+LIBIIO_XML_BACKEND:libxml2