diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-07-04 05:29:36 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-07-04 05:50:41 +0200 |
commit | 711b17278edecbc474418ecf95e7582f515711cb (patch) | |
tree | 70b760f8563c2b876ba8046215e0b82d32ab12ea | |
parent | 6df9cc084489a3aa8ab06b1e87f597b96dc79ffa (diff) |
build: require 5G signal info support from libqmi 1.27.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3495cee5..e03edcb0 100644 --- a/configure.ac +++ b/configure.ac @@ -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") |