From 70ff0f5e28d6dc6382df9fcd13d9c24d4d6b08b4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 30 May 2024 23:57:12 +0200 Subject: [PATCH] wlroots-0.16: add workaround to fix build with gcc14 --- recipes-wlroots/wlroots/wlroots-0.16.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-wlroots/wlroots/wlroots-0.16.bb b/recipes-wlroots/wlroots/wlroots-0.16.bb index d4e7440..f3fea25 100644 --- a/recipes-wlroots/wlroots/wlroots-0.16.bb +++ b/recipes-wlroots/wlroots/wlroots-0.16.bb @@ -47,6 +47,8 @@ inherit meson pkgconfig features_check EXTRA_OEMESON += "--buildtype release" +CFLAGS += "-Wno-calloc-transposed-args" + do_install:append() { install -d ${D}${bindir} install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-0.16