aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-02-23 11:22:18 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-02-23 11:22:50 +0100
commitbbd3638d1233efbe05993bf79aa48ada97589724 (patch)
tree042cc204971a06485df761296dcd28fcc1068f8f /configure.ac
parenta546201470ee1067be5494ab5f678016bb2bc2ec (diff)
build: require libqmi 1.28.0
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 8c2711f2..08fd93ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -401,7 +401,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.27.3
+LIBQMI_VERSION=1.28.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")