build: require libqmi 1.24.0

The 1.24.0 stable release can be used as minimum requirement for the
new ModemManager 1.12.0 release.
This commit is contained in:
Aleksander Morgado
2019-11-05 21:00:53 +01:00
parent 41e30cfa9e
commit 16f90f1ebe

View File

@@ -362,7 +362,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
LIBQMI_VERSION=1.23.1
LIBQMI_VERSION=1.24.0
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")