aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-12-06 12:43:19 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-12-06 12:46:28 +0000
commit0d6651aeb60b88fb22bbba9f5aab279f7455d11f (patch)
treeb93b6012953d21c395366b64fd439ba79cab4e0e /meson.build
parent913022ed907ed4203dafe8c490278e478ca9d293 (diff)
broadband-modem-mbim: print MbimSmsStatusFlag as flags string
This requires bumping libmbim to 1.29.2, which is the version including the enum->flags change.
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 acb010a2..1a4d7f65 100644
--- a/meson.build
+++ b/meson.build
@@ -245,7 +245,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.28.0')
+ mbim_glib_dep = dependency('mbim-glib', version: '>= 1.29.2')
endif
config_h.set('WITH_MBIM', enable_mbim)