aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2020-01-14 16:28:56 +1000
committerSimon Ser <contact@emersion.fr>2020-01-14 12:48:41 +0100
commit062583ed58ad9ebe036059c1646770c1fa21f503 (patch)
tree295b7835a803f2acde701d01621531a492bf849b
parent6d3f3b930077d3c1b39106481fe21ee25b9a6a0e (diff)
Bump meson version to 0.51.2
There was an issue in 0.51.1 and earlier, where lists of dependencies and disablers weren't acting like they should. Instead of disabling a build, it would error out instead. Changing this logic to work around it is annoying, so just bump the version instead.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 14ec7fa5..dc031c2a 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
'c',
version: '0.9.1',
license: 'MIT',
- meson_version: '>=0.51.0',
+ meson_version: '>=0.51.2',
default_options: [
'c_std=c11',
'warning_level=2',