mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 17:08:03 +02:00
meson: set the minimum version correctly
Currently we ask for 0.42, but we actually require 0.43 because we pass file objects as arguments to tests. If someone needs version 0.42 it wouldn't be hard, just a lot of replacing files() with strings. Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
7e28d73af0
commit
5df936718d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ project(
|
|||
['c'],
|
||||
version : '2.4.89',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.42',
|
||||
meson_version : '>= 0.43',
|
||||
default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue