summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2023-08-13 13:06:16 -0400
committerArun Raghavan <arun@asymptotic.io>2023-08-13 17:42:29 -0400
commit315b2222a858f3dd9edd2ca04c531ca66ef9b713 (patch)
tree6ef0f2d5c0ca22f352cec3b9bd95db35fbcc63ee
parentbc401b3cbfe95b63c341a3b1fe659ae049a718bf (diff)
meson: Update minimum version based on what abseil wrap needs
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f2fa35b..d842bc8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('webrtc-audio-processing', 'c', 'cpp',
version : '1.1',
- meson_version : '>= 0.55',
+ meson_version : '>= 0.63',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized',
'c_std=c11',