[PATCH wayland-web 2/3] building: use enable-llvm option

Matheus Santana embs at cin.ufpe.br
Thu Jun 21 18:54:16 UTC 2018


Fix

    error: --enable-llvm is required when building r300

while building Mesa.

Signed-off-by: Matheus Santana <embs at cin.ufpe.br>
---
 building.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/building.html b/building.html
index 35e8173..b075051 100644
--- a/building.html
+++ b/building.html
@@ -167,7 +167,7 @@ $ git clone <a href="https://cgit.freedesktop.org/mesa/mesa">git://anongit.freed
 $ cd mesa
 $ ./autogen.sh --prefix=$WLD --enable-gles2 \
   --with-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \
-  --with-gallium-drivers=r300,r600,swrast,nouveau
+  --with-gallium-drivers=r300,r600,swrast,nouveau --enable-llvm
 $ make && make install
 $ cd ..
 </pre>
-- 
2.1.4



More information about the wayland-devel mailing list