diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-20 11:25:59 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-20 16:48:52 +0200 |
commit | ae90ed66a2ee94eed28da19e914feb75f03fd504 (patch) | |
tree | 73ed7080e06f0d503f239b3a806ddfffa3e1f350 /configure.ac | |
parent | d98597e4302983f2b12f2f70759015044c12ecf6 (diff) |
broadband-modem-qmi: 3GPP USSD support
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/26
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9f21f98f..e9883ad4 100644 --- a/configure.ac +++ b/configure.ac @@ -391,7 +391,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.25.4 +LIBQMI_VERSION=1.25.5 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") |