aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-04-19 11:19:15 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-05-03 12:38:43 +0000
commitf922a6be2d1e1e7c763da783e2a97de38bee39bc (patch)
tree97e0bb9c7a09462c33b69bb1edd7210cefc33724 /meson.build
parent22c4d88a24a990632bfd63982019f066ce0cceb8 (diff)
broadband-modem-mbim: ensure cached state info is reseted on disable
So that it is reloaded fresh once re-enabled, otherwise we may be using stale state values that are not in sync with the state reported in the interface skeletons.
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 09ae4488..c6ed8cfb 100644
--- a/meson.build
+++ b/meson.build
@@ -252,7 +252,7 @@ config_h.set('WITH_BUILTIN_PLUGINS', enable_builtin_plugins)
# MBIM support (enabled by default)
enable_mbim = get_option('mbim')
if enable_mbim
- mbim_glib_dep = dependency('mbim-glib', version: '>= 1.29.2')
+ mbim_glib_dep = dependency('mbim-glib', version: '>= 1.29.5')
endif
config_h.set('WITH_MBIM', enable_mbim)