diff options
author | Prakash Pabba <quic_ppabba@quicinc.com> | 2021-11-11 17:25:47 +0530 |
---|---|---|
committer | Prakash Pabba <quic_ppabba@quicinc.com> | 2021-11-11 18:21:52 +0530 |
commit | 2e4bba105e03a1b8a04cafd59de97d8880c304a2 (patch) | |
tree | 20167a0168d2e4dc6aaca7b9ba7f002261aef531 /configure.ac | |
parent | 3a880fd832a2826f812aef451e40c8f1241dccff (diff) |
build,meson: bump libqmi version to 1.31.2
In order to be able to use new 5GNR apis.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fba9df98..3afd0aec 100644 --- a/configure.ac +++ b/configure.ac @@ -399,7 +399,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.31.1 +LIBQMI_VERSION=1.31.2 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") |