build: require 5G signal info support from libqmi 1.27.1

This commit is contained in:
Aleksander Morgado
2020-07-04 05:29:36 +02:00
parent 6df9cc0844
commit 711b17278e

View File

@@ -394,7 +394,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
LIBQMI_VERSION=1.26.0
LIBQMI_VERSION=1.27.1
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")