Skip to content

Commit 90a0ed0

Browse files
hfiguiereA6GibKm
authored andcommitted
clutter: Fix cogl build
Force gnu18 standard as it fails in C23 the new default Signed-off-by: Hubert Figuière <[email protected]>
1 parent 07bb416 commit 90a0ed0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clutter/clutter.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"modules": [
1414
{
1515
"name": "cogl",
16+
"build-options": {
17+
"cflags": "-std=gnu18"
18+
},
1619
"config-opts": [
1720
"--disable-cogl-gst",
1821
"--disable-gtk-doc",

0 commit comments

Comments
 (0)