build: require libqmi 1.25.4 for full 5G enum support

This commit is contained in:
Aleksander Morgado
2020-03-25 18:14:52 +01:00
parent 0cd76bf1c4
commit bf771be7fa

View File

@@ -391,7 +391,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
LIBQMI_VERSION=1.25.1
LIBQMI_VERSION=1.25.4
AC_ARG_WITH(qmi, AS_HELP_STRING([--without-qmi], [Build without QMI support]), [], [with_qmi=yes])
AM_CONDITIONAL(WITH_QMI, test "x$with_qmi" = "xyes")