From 64f18f036bda8b47f5224e79b7a922de3fcafde9 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 8 Sep 2021 11:46:55 +0200 Subject: build: require libqmi 1.30.2 We need the new "Get All Call Info" request support. --- NEWS | 2 +- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 129ef09f4..e9f421a06 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ The following notes are directed to package maintainers: ** glib2 >= 2.56 ** libgudev >= 232 ** libmbim >= 1.26.0 (for the optional MBIM support) - ** libqmi >= 1.30.0 (for the optional QMI support) + ** libqmi >= 1.30.2 (for the optional QMI support) ** libqrtr-glib >= 1.0.0 (for the optional QRTR support) * The ModemManager.service file for systemd integration provided in the sources diff --git a/configure.ac b/configure.ac index 835dbfdcb..b12d232d6 100644 --- a/configure.ac +++ b/configure.ac @@ -399,7 +399,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.30.0 +LIBQMI_VERSION=1.30.2 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") diff --git a/meson.build b/meson.build index a7f319c84..5e592bb51 100644 --- a/meson.build +++ b/meson.build @@ -237,7 +237,7 @@ enable_mbim = mbim_glib_dep.found() config_h.set('WITH_MBIM', enable_mbim) # QMI support (enabled by default) -qmi_glib_dep = dependency('qmi-glib', version: '>= 1.30.0', required: get_option('qmi')) +qmi_glib_dep = dependency('qmi-glib', version: '>= 1.30.2', required: get_option('qmi')) enable_qmi = qmi_glib_dep.found() config_h.set('WITH_QMI', enable_qmi) -- cgit v1.2.1