mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 02:58:22 +02:00
meson: raise minimum supported version to meson 1.0.0
Fixes warning:
include/meson.build:208: WARNING: Project targets '>= 0.60.0' but uses
feature introduced in '1.0.0': "compiler.has_member" keyword argument
"prefix" of type list.
Fixes: b289d5e2e ("meson: define BSD44SOCKETS and LOCALCONN for xtrans when appropriate")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2210>
This commit is contained in:
parent
165d2810a0
commit
a94d6bfac6
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.60.0',
|
||||
meson_version: '>= 1.0.0',
|
||||
)
|
||||
release_date = '2021-07-05'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue