r600g: fix Z export enable bits.
[mesa.git] / src / gallium / winsys / SConscript
index 330b1ab834ceaf113e48715c918fda170fd0247f..65b12287df7a82b08a3def547d6a276fdbea4804 100644 (file)
@@ -17,7 +17,6 @@ if 'gdi' in env['winsys']:
 
 if env['dri']:
        SConscript([
-               'sw/drm/SConscript',
                'sw/dri/SConscript',
        ])
 
@@ -40,3 +39,8 @@ if env['dri']:
                SConscript([
                        'radeon/drm/SConscript',
                ])
+
+       if 'r600' in env['winsys']:
+               SConscript([
+                       'r600/drm/SConscript',
+               ])