aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-01-20 15:36:49 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-01-20 15:39:26 +0100
commitfbd1780e60213adbcfcbd8f203c7e7974ff0df8d (patch)
treea1e329b932448d86f9a3c5b4c3a267abde144890
parentc4ea37fa02aaa0860f067062cbd315e3540aacce (diff)
build: require libqmi 1.20.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aa8dd213..7d6bfd95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,7 +341,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.19.1
+LIBQMI_VERSION=1.20.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")