From 6746bc44daf0046a4b2fce62d0f153292515fc0e Mon Sep 17 00:00:00 2001 From: Vasilito Date: Tue, 28 Apr 2026 13:00:26 +0100 Subject: [PATCH] fix: mesa strcasecmp Werror + Packages/ auto-sync mesa: add -Dc_args=-Wno-error=implicit-function-declaration Packages/: 91 pkgar files committed, sync-packages.sh script cache-auto: now syncs to Packages/ after build --- recipes/libs/mesa/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/libs/mesa/recipe.toml b/recipes/libs/mesa/recipe.toml index ec229c28..7ecb04e1 100644 --- a/recipes/libs/mesa/recipe.toml +++ b/recipes/libs/mesa/recipe.toml @@ -46,6 +46,7 @@ cookbook_meson \ -Dosmesa=true \ -Dplatforms=redox \ -Dshader-cache=disabled \ + -Dc_args=-Wno-error=implicit-function-declaration -Dvulkan-drivers=swrast \ -Dshared-glapi=enabled