aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2022-05-19 15:43:18 +0200
committerDaniele Palmas <dnlplm@gmail.com>2022-08-11 09:48:38 +0200
commit15b031ce6d78a60fbf33851298a9bbaee1c3a7fa (patch)
treeb80bd2a581a431ea20fa91479d10ea9dffa8c143 /meson.build
parenta97b58ebf742c3bae4fab73d66f35c959ddc0639 (diff)
bearer-mbim: enable multiplex support for wwan devices
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 0f6ae409..0bdc9d03 100644
--- a/meson.build
+++ b/meson.build
@@ -243,7 +243,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.7')
+ mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.8')
endif
config_h.set('WITH_MBIM', enable_mbim)