gallivm: (trivial) git rid of assertion in float->uint conversion code
[mesa.git] / src / gallium / SConscript
index a3edc655432e36f2cc8cb27cd4f09c3904519432..ca75f37f9d99f4a42816dc52fb036293888031f3 100644 (file)
@@ -74,6 +74,11 @@ if not env['msvc']:
         'winsys/i915/sw/SConscript',
     ])
 
+if env['platform'] == 'haiku':
+    SConscript([
+        'winsys/sw/hgl/SConscript',
+    ])
+
 if env['dri']:
     SConscript([
         'winsys/sw/dri/SConscript',
@@ -114,6 +119,11 @@ if not env['embedded']:
             'targets/libgl-gdi/SConscript',
         ])
 
+    if env['platform'] == 'haiku':
+        SConscript([
+            'targets/haiku-softpipe/SConscript',
+        ])
+
     if env['dri']:
         SConscript([
             'targets/SConscript.dri',