aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-03-25 18:14:52 +0100
committerAleksander Morgado <aleksander@aleksander.es>2020-04-09 12:38:49 +0000
commitbf771be7fac874a26f35afebd1fad27af64eaae7 (patch)
tree01f8018c43fd21a84260b31d1e9b947f0c25978b
parent0cd76bf1c411707b6ba1c4222d791e2115ef6840 (diff)
build: require libqmi 1.25.4 for full 5G enum support
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 57495032..9f21f98f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -391,7 +391,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.25.1
+LIBQMI_VERSION=1.25.4
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")