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.
This commit is contained in:
Scott Anderson 2020-01-14 16:28:56 +10:00 committed by Simon Ser
parent 6d3f3b9300
commit 062583ed58
1 changed files with 1 additions and 1 deletions

View File

@ -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',