Re: [Mesa-dev] [PATCH] scons: Do not build EGL on Solaris.

2012-05-01 Thread Brian Paul
On 04/30/2012 11:38 PM, Vinson Lee wrote: The current EGL headers do not support Solaris. How hard would it be to update the EGL headers for Solaris? For the long-term, it would be nice if Khronos applied a fix/patch to the EGL headers instead. But this is OK. Reviewed-by: Brian Paul __

[Mesa-dev] [PATCH] scons: Do not build EGL on Solaris.

2012-04-30 Thread Vinson Lee
The current EGL headers do not support Solaris. Signed-off-by: Vinson Lee --- src/SConscript |2 +- src/gallium/SConscript |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SConscript b/src/SConscript index ba6be0b..777ad23 100644 --- a/src/SConscript ++