From 5eba26cf0f69c2b704198ec5087d0146ed693554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 18 Sep 2025 22:51:48 +0200 Subject: [PATCH] build: Avoid meson warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We use a prefix of type list with `cc.has_function` Fixes: c1f97f48a ("util: Use memfd when available") Signed-off-by: Guido Günther Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5641ffe..c902dfa 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'c', version: '0.49.0', license: 'GPLv3+', - meson_version: '>= 0.60.0', + meson_version: '>= 1.0', default_options: ['warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], ) -- GitLab