mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-09 01:17:45 +00:00
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:
parent
bac2aa4e2d
commit
de79bac8e9
@ -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'])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user