diff options
author | Vinson Lee <[email protected]> | 2010-04-04 18:28:03 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-04 18:28:03 -0700 |
commit | 940098e9254600d990f06d1ea83558302751782e (patch) | |
tree | a069fc13786e08322db3d67b3bd4f948e4371e62 /src/glut | |
parent | efdd33985cb38429aeae845a556db2322957e71a (diff) |
glut: Include X11 headers and libraries in SCons build.
Fixes Mac OS X SCons build.
Diffstat (limited to 'src/glut')
-rw-r--r-- | 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 9363b5ca5cc..29d2cc01494 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', |