build: require libqmi 1.28.0

This commit is contained in:
Aleksander Morgado
2021-02-23 11:22:18 +01:00
parent a546201470
commit bbd3638d12

View File

@@ -401,7 +401,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
LIBQMI_VERSION=1.27.3
LIBQMI_VERSION=1.28.0
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")