meson: lower the minimum buildsystem requirements

No features of 0.54 are being used, so 0.50 should be perfectly fine.

This drops the minimum requirement down to a version available in the
latest Ubuntu LTS (20.04), which only has 0.53
This commit is contained in:
Eli Schwartz 2021-12-28 17:16:42 -05:00
parent 1e6046e499
commit fcb3c41082
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ project('lite-xl',
['c'],
version : '2.0.3',
license : 'MIT',
meson_version : '>= 0.54',
meson_version : '>= 0.50',
default_options : ['c_std=gnu11']
)