meson: Update abseil wrap to 20240722

We need something recent enough with the stringify API for the M131 bump.
This commit is contained in:
Arun Raghavan
2024-12-26 09:25:28 -05:00
parent ced0ff6765
commit 8bdb53d91c
2 changed files with 35 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ have_win = false
# if pkg-config is not found, which is really the most reliable way of building
# abseil due to strict C++ standard match requirements.
absl_dep = [
dependency('absl_base', default_options: ['cpp_std=c++17']),
dependency('absl_base', default_options: ['cpp_std=c++17'], version: '>=20240722'),
dependency('absl_flags'),
dependency('absl_strings'),
dependency('absl_synchronization'),