winsys/radeon: do the CS cleanup in the CS ioctl thread
[mesa.git] / src / gallium / winsys / SConscript
index d74f8a2e989a465293a1d44f1a5eb01fa06d1d9d..9f36d225e10e60dc0f89b93ddbc27150a98fbe24 100644 (file)
@@ -13,6 +13,10 @@ SConscript([
     'sw/gdi/SConscript',
 ])
 
+SConscript([
+    'i915/sw/SConscript',
+])
+
 if env['dri']:
     SConscript([
         'sw/dri/SConscript',