build: require libqmi 1.21.3 with QMI LOC support

This commit is contained in:
Aleksander Morgado
2018-07-10 23:12:56 +02:00
committed by Dan Williams
parent fc3ca42734
commit f6a2d01c7e

View File

@@ -341,7 +341,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
LIBQMI_VERSION=1.21.2
LIBQMI_VERSION=1.21.3
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")