meson: Bump requirement to meson-0.52.0
Bumped in response to warning from meson: WARNING: Project specifies a minimum meson_version '>= 0.47.0' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} Even though there is no warning, we need 0.52.0 for include_type (added in 8264b51e8e8b4c193dc8324cae4f9f675cfbf172) per: https://mesonbuild.com/Reference-manual_functions.html#arguments17
This commit is contained in:
parent
e2dcf31059
commit
96e682f128
|
@ -4,7 +4,7 @@ project('xserver', 'c',
|
|||
'c_std=gnu99',
|
||||
],
|
||||
version: '21.1.99.1',
|
||||
meson_version: '>= 0.47.0',
|
||||
meson_version: '>= 0.52.0',
|
||||
)
|
||||
release_date = '2021-07-05'
|
||||
|
||||
|
|
Loading…
Reference in New Issue