aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-03-10 17:18:26 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-03-17 09:36:53 +0100
commit340fa919d99fc3c07af5129073b60dee71111939 (patch)
tree14f549e8ac20f6d35214c1380a6c15d272f025a2
parentc7b1ee9c941fb7fbdd94fe17ec927caf392ff1e0 (diff)
build: require libmbim 1.25.2 for multiplex support
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 64948665..5cf8240c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -377,7 +377,7 @@ dnl-----------------------------------------------------------------------------
dnl MBIM support (enabled by default)
dnl
-LIBMBIM_VERSION=1.24.0
+LIBMBIM_VERSION=1.25.2
AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]), [], [with_mbim=yes])
AM_CONDITIONAL(WITH_MBIM, test "x$with_mbim" = "xyes")