From 1d86c9b760e4f7019563ce68692e8e89a0e1b1c9 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 9 Dec 2018 14:22:39 -0700
Subject: [PATCH] Enable more features

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

diff --git a/recipes/mesa/recipe.sh b/recipes/mesa/recipe.sh
index 34cb8cf24..95a740ac1 100644
--- a/recipes/mesa/recipe.sh
+++ b/recipes/mesa/recipe.sh
@@ -8,20 +8,18 @@ function recipe_update {
 }
 
 function recipe_build {
-    #NOCONFIGURE=1 ./autogen.sh
+    NOCONFIGURE=1 ./autogen.sh
     sysroot="${PWD}/../sysroot"
     export CFLAGS="-I$sysroot/include -DHAVE_PTHREAD=1"
     export CPPFLAGS="-I$sysroot/include -DHAVE_PTHREAD=1"
     export LDFLAGS="-L$sysroot/lib"
     EXPAT_LIBS="-lexpat" EXPAT_CFLAGS="." \
-    ./configure --host=${HOST} --prefix=/ \
-        --disable-gles1 \
-        --disable-gles2 \
+    ./configure --host="${HOST}" --prefix=/ \
         --disable-dri \
         --disable-dri3 \
-        --disable-glx \
-        --disable-egl \
         --disable-driglx-direct \
+        --disable-egl \
+        --disable-glx \
         --disable-gbm \
         --disable-llvm \
         --enable-gallium-osmesa \
-- 
GitLab