From 13c50b169ab657fccffbe40d0dbb6917dec7aa73 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 15 Dec 2022 11:53:44 -0700
Subject: [PATCH] Update mesa version

---
 recipes/mesa/recipe.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/mesa/recipe.toml b/recipes/mesa/recipe.toml
index 7b09baf4a..3b01cd5e6 100644
--- a/recipes/mesa/recipe.toml
+++ b/recipes/mesa/recipe.toml
@@ -1,8 +1,7 @@
-#TODO: TEST
 [source]
 git = "https://gitlab.redox-os.org/redox-os/mesa.git"
 upstream = "https://gitlab.freedesktop.org/mesa/mesa"
-branch = "redox"
+branch = "redox-22.3.1"
 
 [build]
 template = "custom"
@@ -48,9 +47,10 @@ meson "${COOKBOOK_SOURCE}" . \
     --buildtype release \
     --strip \
     -Ddefault_library=static \
+    -Ddri-drivers= \
     -Dglx=disabled \
     -Dllvm=enabled \
-    -Dosmesa=gallium \
+    -Dosmesa=true \
     -Dplatforms= \
     -Dshader-cache=disabled \
     -Dshared-llvm=disabled \
-- 
GitLab