summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-04 18:07:12 -0700
committerVinson Lee <vlee@vmware.com>2010-04-04 18:10:20 -0700
commitefdd33985cb38429aeae845a556db2322957e71a (patch)
tree913a5476f2d8f6a56bd3c21a70e3cb43551d3068 /src
parenta437601bee5f79d66c61215ed381a240d1ea7287 (diff)
glew: Include X11 headers and libraries in SCons build.
Fixes Mac OS X SCons build.
Diffstat (limited to 'src')
-rw-r--r--src/glew/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glew/SConscript b/src/glew/SConscript
index 45375e083a5..4b5b5b8d0ff 100644
--- a/src/glew/SConscript
+++ b/src/glew/SConscript
@@ -15,6 +15,7 @@ if env['platform'] == 'windows':
'user32',
])
else:
+ env.Tool('x11')
env.PrependUnique(LIBS = [
'GLU',
'GL',