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:
parent
1e6046e499
commit
fcb3c41082
|
@ -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']
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue