aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-11-05 21:00:53 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-11-05 21:00:53 +0100
commit16f90f1ebed591e8a3fbdfb10724df944dfdf14e (patch)
tree2430a24ce9611a01d185fb14ad230b0743e24c2b
parent41e30cfa9ebf184ff14f1e6989c03380e2655665 (diff)
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 667fb9d0..9c673137 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")