broadband-modem-qmi: 3GPP USSD support

Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/26
This commit is contained in:
Aleksander Morgado
2020-04-20 11:25:59 +02:00
parent d98597e430
commit ae90ed66a2
2 changed files with 515 additions and 4 deletions

View File

@@ -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")