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:
+1
-1
@@ -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']
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user