diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-20 12:05:18 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-20 12:05:18 +0200 |
commit | 5cbeeb1b99939f9bc6faea1c29e99bc1f274d077 (patch) | |
tree | bc800da2937e80994802321689b4991b27a685b4 | |
parent | 57422ec0bb6403bd17efab174f1d9b67079a5b1e (diff) |
build: require libqmi 1.26.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2ae4cb69..37789f7d 100644 --- a/configure.ac +++ b/configure.ac @@ -394,7 +394,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.25.900 +LIBQMI_VERSION=1.26.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") |