mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue