diff options
author | Alexander von Gluck <kallisti5@unixzen.com> | 2012-01-22 12:42:10 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-01-24 11:00:40 -0700 |
commit | bca6cd2d71ad944031edeacd129eb0031a89c08e (patch) | |
tree | 99b9dfd2d246d7931e7d6bf3962759bc260f3ce3 /src/gallium/SConscript | |
parent | 7219af5ec184d4f92682e75f3d992ae048005d6a (diff) |
scons: Remove Haiku one-offs for gallium drivers
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 8efd04c841..ae946377bd 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -14,18 +14,13 @@ SConscript('auxiliary/SConscript') SConscript([ 'drivers/galahad/SConscript', 'drivers/identity/SConscript', + 'drivers/llvmpipe/SConscript', 'drivers/rbug/SConscript', 'drivers/softpipe/SConscript', + 'drivers/svga/SConscript', 'drivers/trace/SConscript', ]) -# These drivers do not build on Haiku -if env['platform'] not in ['haiku']: - SConscript([ - 'drivers/llvmpipe/SConscript', - 'drivers/svga/SConscript', - ]) - if not env['msvc']: # These drivers do not build on MSVC compilers SConscript([ |