Module: Mesa Branch: master Commit: 940098e9254600d990f06d1ea83558302751782e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=940098e9254600d990f06d1ea83558302751782e
Author: Vinson Lee <[email protected]> Date: Sun Apr 4 18:28:03 2010 -0700 glut: Include X11 headers and libraries in SCons build. Fixes Mac OS X SCons build. --- src/glut/glx/SConscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/glut/glx/SConscript b/src/glut/glx/SConscript index 9363b5c..29d2cc0 100644 --- a/src/glut/glx/SConscript +++ b/src/glut/glx/SConscript @@ -78,6 +78,7 @@ if env['platform'] == 'windows': 'glut.def', ] else: + env.Tool('x11') env.PrependUnique(LIBS = [ 'GLU', 'GL', _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
