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:
@@ -56,5 +56,5 @@ SConscript([
|
||||
'wgl/SConscript',
|
||||
'perf/SConscript',
|
||||
'gallium/unit/SConscript',
|
||||
'gallium/raw/SConscript',
|
||||
# 'gallium/raw/SConscript',
|
||||
])
|
||||
|
Reference in New Issue
Block a user