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:19:16 -05:00
parent 1e6046e499
commit fcb3c41082
+1 -1
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']
)