aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-03-13 09:55:04 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-03-13 09:55:06 +0100
commit957195469ed1eaf6f48b3a70c5d386c5310ec06e (patch)
treec4f68ee8375e318447cb4ee9c3e87de16e34ad28
parente9d0989ed069b2b6f3deea438ef390998286601f (diff)
build: bump libqmi required version to 1.17.900
Since we process the WDS Event Report Indication messages, we need libqmi from git master, so we bump the required version to the first tag that contains those QMI messages.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0ad35ae5..c8a35d1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -317,7 +317,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.16.0
+LIBQMI_VERSION=1.17.900
AC_ARG_WITH(qmi, AS_HELP_STRING([--without-qmi], [Build without QMI support]), [], [with_qmi=yes])
AM_CONDITIONAL(WITH_QMI, test "x$with_qmi" = "xyes")