diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2022-06-20 20:32:26 -0700 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2022-06-20 20:32:31 -0700 |
commit | 8cd0397e5b4c1f0e0add1fea67f82b811214bf3e (patch) | |
tree | 27f1ed61505dceaa064047992923e068015906c8 /meson.build | |
parent | 4f5999826aa478ba5f138e74cfccdf3b854c8e54 (diff) |
Revert "meson: Bump requirement to meson-0.50.0"
This bump is causing issues with our CI. Sorry about that.
This reverts commit 0a27f96d1d0e474b308be982fa7069d3ae0d9892.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7f9330107..db1d63f3e 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project('xserver', 'c', 'c_std=gnu99', ], version: '21.1.99.1', - meson_version: '>= 0.50.0', + meson_version: '>= 0.47.0', ) release_date = '2021-07-05' |