From d127ea3908c3b8aaa084c271559e3605c614000c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 14 Feb 2024 00:34:29 +0100 Subject: [PATCH] meson: Bump meson required version to 0.59 It's the first one providing scan-build support --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 115e57d..878ef62 100644 --- a/meson.build +++ b/meson.build @@ -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')