Fix

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

while building Mesa.

Signed-off-by: Matheus Santana <[email protected]>
---
 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 &amp;&amp; make install
 $ cd ..
 </pre>
-- 
2.1.4

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to