mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-06 03:28:07 +02:00
meson: Bump meson required version to 0.59
It's the first one providing scan-build support
This commit is contained in:
parent
70849a6686
commit
d127ea3908
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue