projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efdd339
)
glut: Include X11 headers and libraries in SCons build.
author
Vinson Lee
<vlee@vmware.com>
Mon, 5 Apr 2010 01:28:03 +0000
(18:28 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/glut/glx/SConscript
b/src/glut/glx/SConscript
index 9363b5ca5ccbc5c6e84791e00f6903121c954d1e..29d2cc01494841b0dd68909febe3aa626be01134 100644
(file)
--- 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',