Mesa (master): glut: Include X11 headers and libraries in SCons build.

Vinson Lee vlee at kemper.freedesktop.org
Mon Apr 5 01:30:27 UTC 2010


Module: Mesa
Branch: master
Commit: 940098e9254600d990f06d1ea83558302751782e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=940098e9254600d990f06d1ea83558302751782e

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Apr  4 18:28:03 2010 -0700

glut: Include X11 headers and libraries in SCons build.

Fixes Mac OS X SCons build.

---

 src/glut/glx/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glut/glx/SConscript b/src/glut/glx/SConscript
index 9363b5c..29d2cc0 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',




More information about the mesa-commit mailing list