1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-11 14:29:32 +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:
Evangelos Ribeiro Tzaras 2021-06-22 04:29:28 +02:00
parent 8a230fc5b5
commit 7295607e32

View file

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