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:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user