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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user