aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-06-20 12:05:18 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-06-20 12:05:18 +0200
commit5cbeeb1b99939f9bc6faea1c29e99bc1f274d077 (patch)
treebc800da2937e80994802321689b4991b27a685b4
parent57422ec0bb6403bd17efab174f1d9b67079a5b1e (diff)
build: require libqmi 1.26.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2ae4cb69..37789f7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -394,7 +394,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.25.900
+LIBQMI_VERSION=1.26.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")