progs: Comment out gallium/raw/SConscript from progs/SConscript.
authorVinson Lee <vlee@vmware.com>
Sun, 28 Mar 2010 20:49:00 +0000 (13:49 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 28 Mar 2010 20:52:11 +0000 (13:52 -0700)
Commit db5c2235d1accc2adcf1746aec2342bfa67237ba broke the default SCons
build.
NameError: name 'graw' is not defined:

This patch allows the default SCons build to work again until a proper
fix is available.

progs/SConscript

index 20be60972d2086c75d8e28de8552506f8ee62d0b..a90e13b4cb484e9ea057e0fade8ac741503ec9e4 100644 (file)
@@ -56,5 +56,5 @@ SConscript([
     'wgl/SConscript',
     'perf/SConscript',
     'gallium/unit/SConscript',
-    'gallium/raw/SConscript',
+#   'gallium/raw/SConscript',
 ])