aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2017-10-20 10:10:47 -0700
committerAleksander Morgado <aleksander@aleksander.es>2017-10-22 11:53:32 +0200
commit098c4c0271e04b564da57bb5c9e4e8e067bd58c9 (patch)
treeec93cc71c640658de10ff507c13da253f7c52f1e /configure.ac
parentb4278615fc273756ae5fe2b84da1e39a56d3e121 (diff)
mm-broadband-modem-qmi: reprobe on qmi-proxy death
This allows us to reprobe the modem and respawn the qmi-proxy in case it dies on us. This gets us access to the modem and unsolicited notifications again. Do this by connecting to the device-removed signal on QmiDevice. --- Rebased on top of git master by Aleksander Morgado <aleksander@aleksander.es>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f432e81d..aa8dd213 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,7 +341,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.17.900
+LIBQMI_VERSION=1.19.1
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")