build: Update Meson requirement to 0.49

This avoids this warning:

WARNING: Project targeting '>= 0.48.0' but tried to use feature introduced in '0.49.0': / with string arguments.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2021-06-14 06:58:44 +01:00
parent bac2aa4e2d
commit de79bac8e9

View File

@ -2,7 +2,7 @@
# project definition
#
project('spice-common', 'c',
meson_version : '>= 0.48.0',
meson_version : '>= 0.49.0',
license : 'LGPLv2.1',
default_options : ['warning_level=2'])