1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-24 12:35:37 +00:00

meson: Bump to 0.56.0

This allows us to use meson.project_build_root

(cherry picked from commit 3342d7329a)
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-09-23 10:38:40 +02:00
parent 497d8aacd5
commit 4fb1e0b33b

View file

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