mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 17:50:12 +01:00
meson: Bump requirement to meson-0.50.0
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'}
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit 0a27f96d1d)
This commit is contained in:
parent
e48acd9c40
commit
6465263be8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ project('xserver', 'c',
|
|||
'c_std=gnu99',
|
||||
],
|
||||
version: '21.1.3',
|
||||
meson_version: '>= 0.47.0',
|
||||
meson_version: '>= 0.50.0',
|
||||
)
|
||||
release_date = '2022-01-02'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue