1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

meson: Bump to 0.56.0

This allows us to use meson.project_build_root
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-09-23 10:38:40 +02:00
parent 1718823b80
commit 3342d7329a

View file

@ -24,7 +24,7 @@ project(
'c', 'vala',
version: '41.0',
license: 'GPLv3+',
meson_version: '>= 0.49.0',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=1',
'buildtype=debugoptimized',