build: require libmbim 1.27.9 for the MBIM UICC file read support
This commit is contained in:
@@ -413,7 +413,7 @@ dnl-----------------------------------------------------------------------------
|
|||||||
dnl MBIM support (enabled by default)
|
dnl MBIM support (enabled by default)
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
LIBMBIM_VERSION=1.27.8
|
LIBMBIM_VERSION=1.27.9
|
||||||
|
|
||||||
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")
|
||||||
|
@@ -243,7 +243,7 @@ config_h.set('WITH_AT_COMMAND_VIA_DBUS', enable_at_command_via_dbus)
|
|||||||
# MBIM support (enabled by default)
|
# MBIM support (enabled by default)
|
||||||
enable_mbim = get_option('mbim')
|
enable_mbim = get_option('mbim')
|
||||||
if enable_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
|
endif
|
||||||
config_h.set('WITH_MBIM', enable_mbim)
|
config_h.set('WITH_MBIM', enable_mbim)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user