build: require libmbim 1.27.9 for the MBIM UICC file read support

This commit is contained in:
Aleksander Morgado
2022-09-07 20:40:38 +00:00
parent 8eeaba1882
commit 9fbeb3348e
2 changed files with 2 additions and 2 deletions

View File

@@ -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.8')
mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.9')
endif
config_h.set('WITH_MBIM', enable_mbim)