Re: [Mesa-dev] [PATCH] scons: Build ws_xlib on Mac OS X.

2012-11-27 Thread Brian Paul
On 11/27/2012 01:09 AM, Vinson Lee wrote: Fixes this SCons build error on Mac OS X if X11 is found. NameError: name 'ws_xlib' is not defined: File "SConstruct", line 144: duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html File "scons-2.2.0/SCons/Script/SConscript

[Mesa-dev] [PATCH] scons: Build ws_xlib on Mac OS X.

2012-11-27 Thread Vinson Lee
Fixes this SCons build error on Mac OS X if X11 is found. NameError: name 'ws_xlib' is not defined: File "SConstruct", line 144: duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html File "scons-2.2.0/SCons/Script/SConscript.py", line 614: return method(*args, **kw)