From: Michael Heimpold Date: Sun, 2 Jul 2017 21:34:18 +0000 (+0200) Subject: libiio: add missing dependencies to avahi X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c947329c6452ce21650df3a942a517be5798f525;p=openwrt-packages.git libiio: add missing dependencies to avahi Signed-off-by: Michael Heimpold --- diff --git a/libs/libiio/Makefile b/libs/libiio/Makefile index 37c0022da..4a9b4406d 100644 --- a/libs/libiio/Makefile +++ b/libs/libiio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiio PKG_VERSION:=0.10 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/analogdevicesinc/libiio/tar.gz/v$(PKG_VERSION)? @@ -33,7 +33,8 @@ define Package/libiio CATEGORY:=Libraries TITLE:=Library for interfacing with Linux IIO devices URL:=https://github.com/analogdevicesinc/libiio - DEPENDS:=+PACKAGE_libaio:libaio +PACKAGE_libusb-1.0:libusb-1.0 +libxml2 + DEPENDS:=+PACKAGE_libaio:libaio +PACKAGE_libusb-1.0:libusb-1.0 \ + +PACKAGE_libavahi-common:libavahi-common +PACKAGE_libavahi-client:libavahi-client +libxml2 endef define Package/libiio/description