meson: Bump meson required version to 0.59

It's the first one providing scan-build support
This commit is contained in:
Marco Trevisan (Treviño) 2024-02-14 00:34:29 +01:00 committed by Mario Limonciello
parent 70849a6686
commit d127ea3908

View file

@ -6,7 +6,7 @@ project('power-profiles-daemon', [ 'c' ],
'warning_level=1',
'c_std=c99',
],
meson_version: '>= 0.58.0')
meson_version: '>= 0.59.0')
cc = meson.get_compiler('c')