progs: Comment out gallium/raw/SConscript from progs/SConscript.

Commit db5c2235d1 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.
This commit is contained in:
Vinson Lee
2010-03-28 13:49:00 -07:00
parent 1cf669db59
commit 21a96a55d6

View File

@@ -56,5 +56,5 @@ SConscript([
'wgl/SConscript',
'perf/SConscript',
'gallium/unit/SConscript',
'gallium/raw/SConscript',
# 'gallium/raw/SConscript',
])