meson: Bump minimum version to 1.3.0

Builds currently fail on older versions since the commit
below.

Fixes: f35172b6a4 (meson: make CL args common)
Signed-off-by: Robert Mader <robert.mader@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34313>
This commit is contained in:
Robert Mader
2025-04-01 12:45:34 +02:00
committed by Marge Bot
parent e4359cc49c
commit 8b76f521a0
+1 -1
View File
@@ -6,7 +6,7 @@ project(
['c', 'cpp'],
version : files('VERSION'),
license : 'MIT',
meson_version : '>= 1.1.0',
meson_version : '>= 1.3.0',
default_options : [
'buildtype=debugoptimized',
'b_ndebug=if-release',