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

@@ -375,7 +375,7 @@ dnl-----------------------------------------------------------------------------
dnl MBIM support (enabled by default) dnl MBIM support (enabled by default)
dnl dnl
LIBMBIM_VERSION=1.27.2 LIBMBIM_VERSION=1.27.3
AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]), [], [with_mbim=yes]) AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]), [], [with_mbim=yes])
AM_CONDITIONAL(WITH_MBIM, test "x$with_mbim" = "xyes") AM_CONDITIONAL(WITH_MBIM, test "x$with_mbim" = "xyes")

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) config_h.set('WITH_AT_COMMAND_VIA_DBUS', enable_at_command_via_dbus)
# MBIM support (enabled by default) # 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() enable_mbim = mbim_glib_dep.found()
config_h.set('WITH_MBIM', enable_mbim) config_h.set('WITH_MBIM', enable_mbim)