From 0a3262428a18fdef2ad754951bedf0c7922d6972 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 29 May 2024 14:28:36 -0600 Subject: [PATCH] Update mesa --- recipes/libs/mesa/recipe.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/libs/mesa/recipe.toml b/recipes/libs/mesa/recipe.toml index 37bbd16ec..4b05987a9 100644 --- a/recipes/libs/mesa/recipe.toml +++ b/recipes/libs/mesa/recipe.toml @@ -1,7 +1,7 @@ [source] git = "https://gitlab.redox-os.org/redox-os/mesa.git" upstream = "https://gitlab.freedesktop.org/mesa/mesa" -branch = "redox-22.3.1" +branch = "redox-24.0" [build] template = "custom" @@ -47,7 +47,6 @@ meson "${COOKBOOK_SOURCE}" . \ --buildtype release \ --strip \ -Ddefault_library=static \ - -Ddri-drivers= \ -Dglx=disabled \ -Dllvm=enabled \ -Dosmesa=true \