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:
parent
497d8aacd5
commit
4fb1e0b33b
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue