Module: Mesa Branch: master Commit: bca6cd2d71ad944031edeacd129eb0031a89c08e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bca6cd2d71ad944031edeacd129eb0031a89c08e
Author: Alexander von Gluck <[email protected]> Date: Sun Jan 22 12:42:10 2012 -0600 scons: Remove Haiku one-offs for gallium drivers NOTE: This is a candidate for the 8.0 branch. Signed-off-by: Brian Paul <[email protected]> --- src/gallium/SConscript | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 8efd04c..ae94637 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([ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
