glut: Include X11 headers and libraries in SCons build.

Fixes Mac OS X SCons build.
This commit is contained in:
Vinson Lee 2010-04-04 18:28:03 -07:00
parent efdd33985c
commit 940098e925

View file

@ -78,6 +78,7 @@ if env['platform'] == 'windows':
'glut.def',
]
else:
env.Tool('x11')
env.PrependUnique(LIBS = [
'GLU',
'GL',