aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-08-09 22:47:11 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-08-09 22:48:06 +0200
commit30e94927e797e0fd2f51b913f7e17cce10d102e6 (patch)
treebfec4a7798bcb8d4edbd3c0844316f7c0589c116
parent55fd225be8896619cb450af72ab48e451e38e3e5 (diff)
build: require libqmi 1.30.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c9c45b2d..f5a3a33a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -399,7 +399,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.29.9
+LIBQMI_VERSION=1.30.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")