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>
main
Dylan Baker 2018-01-12 11:53:39 -08:00
parent 7e28d73af0
commit 5df936718d
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
)