From 0f6c0682e1cdea479aa960d406ac0ecd74c4c42e Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sat, 5 Jan 2019 10:26:33 -0700
Subject: [PATCH] Use llvmpipe

---
 recipes/mesa/recipe.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/mesa/recipe.sh b/recipes/mesa/recipe.sh
index 5c6806806..ce669d7f9 100644
--- a/recipes/mesa/recipe.sh
+++ b/recipes/mesa/recipe.sh
@@ -1,7 +1,7 @@
 GIT=https://gitlab.redox-os.org/redox-os/mesa.git
 GIT_UPSTREAM=git://anongit.freedesktop.org/mesa/mesa
 GIT_BRANCH=redox
-BUILD_DEPENDS=(expat zlib)
+BUILD_DEPENDS=(expat llvm zlib)
 
 function recipe_version {
     printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -31,7 +31,7 @@ function recipe_build {
         --disable-glx \
         --disable-gbm \
         --disable-llvm-shared-libs \
-        --disable-llvm \
+        --enable-llvm \
         --enable-gallium-osmesa \
         --with-gallium-drivers=swrast \
         --with-platforms=surfaceless
-- 
GitLab