From d2301d4865084009c0e4f35bdc48c49c7b1d8c24 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Fri, 30 Jun 2017 23:45:46 +0200 Subject: [PATCH] libiio: make optional dependencies conditional Signed-off-by: Michael Heimpold --- libs/libiio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libiio/Makefile b/libs/libiio/Makefile index 23010f52d1..1c57d64916 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:=1 +PKG_RELEASE:=2 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,7 @@ define Package/libiio CATEGORY:=Libraries TITLE:=Library for interfacing with Linux IIO devices URL:=https://github.com/analogdevicesinc/libiio - DEPENDS:=+libusb-1.0 +libxml2 + DEPENDS:=+PACKAGE_libaio:libaio +PACKAGE_libusb:libusb-1.0 +libxml2 endef define Package/libiio/description -- 2.30.2