aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-06-24 12:25:07 +0200
committerAleksander Morgado <aleksander@aleksander.es>2022-06-24 12:25:51 +0200
commitdb33a43b4504d463eb0ad0642f7157b9f6e0f33a (patch)
tree897ab7c0dc72e471143acab6be7f793decabf5d7 /meson.build
parentb9ca16486e0dafa6d3081c43fc2e8a2fbbe8864c (diff)
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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)