meson: Update abseil wrap to 20240722
We need something recent enough with the stringify API for the M131 bump.
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user