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.
This commit is contained in:
Aleksander Morgado
2017-03-13 09:55:04 +01:00
parent e9d0989ed0
commit 957195469e

View File

@@ -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")