mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +00:00
meson: bump required version to 0.49.0
The pie kwarg was introduced with 0.49.0. Amber ships 0.49.0, Amber-phone 0.51.0 and we have 0.56.2 in Debian, so bumping the requirement should be unproblematic.
This commit is contained in:
parent
8a230fc5b5
commit
7295607e32
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ project(
|
||||||
'c', 'vala',
|
'c', 'vala',
|
||||||
version: '0.3.4',
|
version: '0.3.4',
|
||||||
license: 'GPLv3+',
|
license: 'GPLv3+',
|
||||||
meson_version: '>= 0.47.0',
|
meson_version: '>= 0.49.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'warning_level=1',
|
'warning_level=1',
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
|
Loading…
Reference in a new issue