projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf669d
)
progs: Comment out gallium/raw/SConscript from progs/SConscript.
author
Vinson Lee
<vlee@vmware.com>
Sun, 28 Mar 2010 20:49:00 +0000
(13:49 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/progs/SConscript
b/progs/SConscript
index 20be60972d2086c75d8e28de8552506f8ee62d0b..a90e13b4cb484e9ea057e0fade8ac741503ec9e4 100644
(file)
--- a/
progs/SConscript
+++ b/
progs/SConscript
@@
-56,5
+56,5
@@
SConscript([
'wgl/SConscript',
'perf/SConscript',
'gallium/unit/SConscript',
-
'gallium/raw/SConscript',
+
#
'gallium/raw/SConscript',
])