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:
Alan Coopersmith 2026-05-09 11:17:58 -07:00 committed by Marge Bot
parent 165d2810a0
commit a94d6bfac6

View file

@ -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'