llvmpipe: new comment
[mesa.git] / SConstruct
index ea63b90f46fb19ce57c632948e1d7eeb1e243ee9..e1c4a1898ce01aec5f97d8127eeee1f961a65861 100644 (file)
@@ -110,6 +110,10 @@ Export([
 #######################################################################
 # Environment setup
 
+# Always build trace driver
+if 'trace' not in env['drivers']:
+    env['drivers'].append('trace')
+
 # Includes
 env.Append(CPPPATH = [
        '#/include',