build: require libqmi 1.30.2

We need the new "Get All Call Info" request support.
This commit is contained in:
Aleksander Morgado
2021-09-08 11:46:55 +02:00
parent 2e44a5921b
commit 64f18f036b
3 changed files with 3 additions and 3 deletions

View File

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