progs/gallium/python: New home for python statetracker scripts.
[mesa.git] / src / gallium / winsys / drm / SConscript
index 9f7b383d2d37d3ebf9a8494e78766f014d5ddd1a..66b73a8bf93140bec38c103b31160a6df0d49c8c 100644 (file)
@@ -58,6 +58,11 @@ if env['dri']:
                        'intel/SConscript',
                ])
 
+       if 'i965' in env['winsys']:
+               SConscript([
+                       'i965/SConscript',
+               ])
+
        if 'radeon' in env['winsys']:
                SConscript([
                        'radeon/SConscript',