From db33a43b4504d463eb0ad0642f7157b9f6e0f33a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 24 Jun 2022 12:25:07 +0200 Subject: build,meson: require libqmi 1.31.7, in sync with autotools The required libqmi version was updated in configure.ac to 1.31.7 in commit ac06052b97cc02e60ae1ed7a551727b3c14d6a22, but we forgot to do the same in the meson setup. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 147ddcf1..60c5dee1 100644 --- a/meson.build +++ b/meson.build @@ -247,7 +247,7 @@ config_h.set('WITH_MBIM', enable_mbim) # QMI support (enabled by default) enable_qmi = get_option('qmi') if enable_qmi - qmi_glib_dep = dependency('qmi-glib', version: '>= 1.31.5') + qmi_glib_dep = dependency('qmi-glib', version: '>= 1.31.7') endif config_h.set('WITH_QMI', enable_qmi) -- cgit v1.2.3-70-g09d2