mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-08 06:25:59 +01:00
build: bump meson version to 0.56.0
Fixes this warning:
WARNING: Project targeting '>=0.54.0' but tried to use feature introduced in '0.56.0': variables as dictionary.
Fixes: 6f873078d4
("build: use dictionnary for features instead of configuration_data")
This commit is contained in:
parent
ccb86448eb
commit
38ec1c0e73
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ project(
|
|||
'c',
|
||||
version: '0.12.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.54.0',
|
||||
meson_version: '>=0.56.0',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
'warning_level=2',
|
||||
|
|
Loading…
Reference in a new issue