glut: Include X11 headers and libraries in SCons build.
authorVinson Lee <vlee@vmware.com>
Mon, 5 Apr 2010 01:28:03 +0000 (18:28 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 5 Apr 2010 01:28:03 +0000 (18:28 -0700)
Fixes Mac OS X SCons build.

src/glut/glx/SConscript

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