Module: Mesa Branch: master Commit: da34757cd7ab48a681777e61a54abbac91d9a5c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da34757cd7ab48a681777e61a54abbac91d9a5c1
Author: Vinson Lee <[email protected]> Date: Wed May 19 07:36:25 2010 -0700 graw: Disable build of tests/graw. The SCons build is failing in src/gallium/tests/graw. --- src/gallium/SConscript | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 02e6ea7..e5e9578 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -25,4 +25,4 @@ SConscript('targets/SConscript') if platform != 'embedded': SConscript('tests/unit/SConscript') - SConscript('tests/graw/SConscript') + #SConscript('tests/graw/SConscript') _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
