From 940098e9254600d990f06d1ea83558302751782e Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 4 Apr 2010 18:28:03 -0700 Subject: glut: Include X11 headers and libraries in SCons build. Fixes Mac OS X SCons build. --- src/glut/glx/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glut') 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', -- cgit v1.2.3