aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-09-08 11:46:55 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-08 11:57:59 +0200
commit64f18f036bda8b47f5224e79b7a922de3fcafde9 (patch)
treebbfb1509d97a66be1dd9df14b067e99a3905239d /configure.ac
parent2e44a5921b8b25e1ba6be391de5df2eeb846cd8e (diff)
build: require libqmi 1.30.2
We need the new "Get All Call Info" request support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 835dbfdc..b12d232d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -399,7 +399,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.30.0
+LIBQMI_VERSION=1.30.2
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")