commit | 5399c6dfa19421c5766c7a3f91c37ab5ea26c139 | [log] [tgz] |
---|---|---|
author | Vinson Lee <vlee@vmware.com> | Sun Apr 04 19:15:01 2010 -0700 |
committer | Vinson Lee <vlee@vmware.com> | Sun Apr 04 19:15:01 2010 -0700 |
tree | a8086ef7a52e9857d05dfeac4319c5708d69d083 | |
parent | 940098e9254600d990f06d1ea83558302751782e [diff] [blame] |
progs: Include X11 headers and libraries in SCons build. Fixes Mac OS X SCons build.
diff --git a/progs/SConscript b/progs/SConscript index a90e13b..4cd35fe 100644 --- a/progs/SConscript +++ b/progs/SConscript
@@ -24,6 +24,7 @@ if progs_env['platform'] == 'windows': progs_env.Prepend(LIBS = ['glu32', 'opengl32']) else: + progs_env.Tool('x11') progs_env.Prepend(LIBS = ['GLU', 'GL']) # Glut