From 0a66dcd67f37ed6172312808e59648c7e5c4b789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Fri, 12 Dec 2025 18:32:42 -0500 Subject: [PATCH] clutter: Fix cogl build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Force gnu18 standard as it fails in C23 the new default Signed-off-by: Hubert Figuière --- clutter/clutter.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clutter/clutter.json b/clutter/clutter.json index a47b207d..b2e1aba9 100644 --- a/clutter/clutter.json +++ b/clutter/clutter.json @@ -13,6 +13,9 @@ "modules": [ { "name": "cogl", + "build-options": { + "cflags": "-std=gnu18" + }, "config-opts": [ "--disable-cogl-gst", "--disable-gtk-doc",