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

Vinson Lee vlee at kemper.freedesktop.org
Mon Apr 5 01:11:48 UTC 2010


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

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

glew: Include X11 headers and libraries in SCons build.

Fixes Mac OS X SCons build.

---

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

diff --git a/src/glew/SConscript b/src/glew/SConscript
index 45375e0..4b5b5b8 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',




More information about the mesa-commit mailing list