diff --git a/recipes/libs/mesa/recipe.toml b/recipes/libs/mesa/recipe.toml index 44deb639..135c18c7 100644 --- a/recipes/libs/mesa/recipe.toml +++ b/recipes/libs/mesa/recipe.toml @@ -3,7 +3,6 @@ git = "https://gitlab.redox-os.org/redox-os/mesa.git" upstream = "https://gitlab.freedesktop.org/mesa/mesa" branch = "redox-24.0" shallow_clone = true -patches = ["../../../local/patches/mesa/P4-virgl-redox-disk-cache.patch"] [build] template = "custom" dependencies = [ @@ -47,7 +46,7 @@ cookbook_meson \ -Dosmesa=true \ -Dplatforms=redox \ -Dshader-cache=disabled \ - -Dc_args="['-Wno-error=implicit-function-declaration','-Wno-error']" \ + -Dc_args="['-Wno-error=implicit-function-declaration','-Wno-error','-std=gnu11','-Dstatic_assert=_Static_assert']" \ -Dcpp_args="['-Wno-error=implicit-function-declaration','-Wno-error']" \ -Dvulkan-drivers=swrast \ -Dshared-glapi=enabled