diff options
author | Matt Turner <mattst88@gmail.com> | 2012-08-23 16:39:20 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-08-31 10:58:15 -0700 |
commit | b95d598323540ecb6dbbdcf00bbb5cf3fb22a78c (patch) | |
tree | 519a3ebf1c359bb08bf01a657e4d1f9bc3c33bf2 /src/SConscript | |
parent | 6a7dea93fa70d670a5954e47a47075a2703209d4 (diff) |
Remove libGLU
It's been moved to its own repository, found at
http://cgit.freedesktop.org/mesa/glu/
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/SConscript')
-rw-r--r-- | src/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SConscript b/src/SConscript index 75c444677b..146591866c 100644 --- a/src/SConscript +++ b/src/SConscript @@ -27,8 +27,6 @@ if not env['embedded']: SConscript('glx/SConscript') if env['platform'] not in ['darwin', 'haiku', 'sunos']: SConscript('egl/main/SConscript') - if env['platform'] not in ['darwin']: - SConscript('glu/sgi/SConscript') if env['gles']: SConscript('mapi/shared-glapi/SConscript') |