From 6832af9f7c69a8ec948b085d73396525f92a181d Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 2 Feb 2018 10:18:11 +0100 Subject: [PATCH] build: Bump ELL dependency to 0.3 This is first version that supports D-Bus proxy API used by btpclient. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a7d936c0f..0a4c9fdb4 100644 --- a/configure.ac +++ b/configure.ac @@ -249,8 +249,8 @@ AC_ARG_ENABLE(btpclient, AC_HELP_STRING([--enable-btpclient], AM_CONDITIONAL(BTPCLIENT, test "${enable_btpclient}" = "yes") if (test "${enable_btpclient}" = "yes"); then - PKG_CHECK_MODULES(ELL, ell >= 0.2, dummy=yes, - AC_MSG_ERROR(ell library >= 0.2 is required)) + PKG_CHECK_MODULES(ELL, ell >= 0.3, dummy=yes, + AC_MSG_ERROR(ell library >= 0.3 is required)) AC_SUBST(ELL_CFLAGS) AC_SUBST(ELL_LIBS) fi -- 2.47.3