mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
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:
parent
1cf669db59
commit
21a96a55d6
1 changed files with 1 additions and 1 deletions
|
|
@ -56,5 +56,5 @@ SConscript([
|
|||
'wgl/SConscript',
|
||||
'perf/SConscript',
|
||||
'gallium/unit/SConscript',
|
||||
'gallium/raw/SConscript',
|
||||
# 'gallium/raw/SConscript',
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue