summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-06-30 00:58:26 +0200
committerAleksander Morgado <aleksander@aleksander.es>2022-06-30 11:15:04 +0200
commit1f2bea91849dffe424c4f779dd85b7fdf06af16c (patch)
treed1a7b1377b503dc5e9c5454f79780550ad14b5a9 /meson.build
parent7a3cbfec64808c6700f4354703a54a09e3e52c10 (diff)
downloadModemManager-1f2bea91849dffe424c4f779dd85b7fdf06af16c.tar.gz
port-mbim: monitor consecutive timeouts
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 5ceebe454..c71b18c02 100644
--- a/meson.build
+++ b/meson.build
@@ -240,7 +240,7 @@ config_h.set('WITH_AT_COMMAND_VIA_DBUS', enable_at_command_via_dbus)
# MBIM support (enabled by default)
enable_mbim = get_option('mbim')
if enable_mbim
- mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.6')
+ mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.7')
endif
config_h.set('WITH_MBIM', enable_mbim)