[Mesa-dev] [PATCH 1/5] scons: Remove Haiku one-offs for gallium drivers

Alexander von Gluck kallisti5 at unixzen.com
Sun Jan 22 10:42:10 PST 2012


---
  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([
-- 
1.7.5.4





More information about the mesa-dev mailing list