build: bump libmbim version to use NO_ESIM_PROFILE

This commit is contained in:
Aleksander Morgado
2021-10-13 11:14:08 +02:00
parent 846dafe86b
commit fb97b0756b
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.1 LIBMBIM_VERSION=1.27.2
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.1', required: get_option('mbim')) mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.2', 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)