summaryrefslogtreecommitdiff
path: root/src/glut
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-04 18:28:03 -0700
committerVinson Lee <vlee@vmware.com>2010-04-04 18:28:03 -0700
commit940098e9254600d990f06d1ea83558302751782e (patch)
treea069fc13786e08322db3d67b3bd4f948e4371e62 /src/glut
parentefdd33985cb38429aeae845a556db2322957e71a (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/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/glx/SConscript b/src/glut/glx/SConscript
index 9363b5ca5c..29d2cc0149 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',