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

2018-06-28 Thread Pekka Paalanen
On Tue, 26 Jun 2018 15:03:55 +0100 Emil Velikov wrote: > On 21 June 2018 at 19:54, Matheus Santana wrote: > > Fix > > > > error: --enable-llvm is required when building r300 > > > Fwiw, this error is strictly for performance reasons. If having a > LLVM-free driver is more important than

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

2018-06-26 Thread Emil Velikov
On 21 June 2018 at 19:54, Matheus Santana wrote: > Fix > > error: --enable-llvm is required when building r300 > Fwiw, this error is strictly for performance reasons. If having a LLVM-free driver is more important than performance, one can remove the check. That aside, the series is

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

2018-06-21 Thread Matheus Santana
Fix error: --enable-llvm is required when building r300 while building Mesa. Signed-off-by: Matheus Santana --- 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 +++