meson: Downgrade minimum version to 0.53

I tested it on Ubuntu 20.04 and it works properly.
This commit is contained in:
Emmanuel Gil Peyrot 2020-09-20 20:58:54 +00:00
parent 46c7e34439
commit 383e315b21
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
project('desmume', project('desmume',
['c', 'cpp'], ['c', 'cpp'],
version: '2.7.10', version: '2.7.10',
meson_version: '>=0.54', meson_version: '>=0.53',
default_options: [ default_options: [
'warning_level=0', 'warning_level=0',
'c_std=c11', 'c_std=c11',