build: require libmbim 1.27.3

In order to be able to use the new MS defined context types.
This commit is contained in:
Aleksander Morgado
2021-11-03 10:38:59 +01:00
parent dc000ec5b4
commit 4157926a92
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ enable_at_command_via_dbus = get_option('at_command_via_dbus')
config_h.set('WITH_AT_COMMAND_VIA_DBUS', enable_at_command_via_dbus)
# MBIM support (enabled by default)
mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.2', required: get_option('mbim'))
mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.3', required: get_option('mbim'))
enable_mbim = mbim_glib_dep.found()
config_h.set('WITH_MBIM', enable_mbim)