diff options
author | Joel Selvaraj <jo@jsfamily.in> | 2021-07-26 15:10:34 +0530 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-08-02 13:11:29 +0000 |
commit | 99ba7ee266965c1986b63a1083deaac23b220c33 (patch) | |
tree | 26b5527580256f2c858f03a74530ba19e94804e4 | |
parent | 0610267fa812d3a8c2c4777a06f0f5c7f4345ac6 (diff) |
build: bump libqmi requirement to support voice supplementary services
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50560dd5..8b4a85f6 100644 --- a/configure.ac +++ b/configure.ac @@ -399,7 +399,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.29.7 +LIBQMI_VERSION=1.29.9 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") |