aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-11-30 10:35:32 +0100
committerAleksander Morgado <aleksander@aleksander.es>2020-12-21 12:05:57 +0000
commit7b52efda3421f09ddb5dd4ae65d3d03b7e952490 (patch)
treedd422c1be33c8e390e34da7c57810dfebf212d86
parent0729ba5c88eb038e60ffbe3faf9431e9650f7ca1 (diff)
build: require libqmi 1.27.3 to support initial EPS management
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 032c4c4c..c96e4b76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -401,7 +401,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.27.2
+LIBQMI_VERSION=1.27.3
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")