diff options
author | Jose Fonseca <[email protected]> | 2015-03-24 20:30:03 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-03-25 10:42:38 +0000 |
commit | 69db422218b0264b5b8eef45bd003a2544e9cbd6 (patch) | |
tree | 9aabfd931ed31fd182f0b947323933c04b10a783 /src/mesa/drivers/SConscript | |
parent | 47870d658b777722d48d6b9084d66e270a04e52e (diff) |
scons: Don't build osmesa.
There doesn't seem much interest on osmesa on Windows, particularly classic osmesa.
If there is indeed interest in osmesa on Windows, we should instead
integrate src/gallium/targets/osmesa into SCons.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/SConscript')
-rw-r--r-- | src/mesa/drivers/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/SConscript b/src/mesa/drivers/SConscript index 17813da960d..db656780c0b 100644 --- a/src/mesa/drivers/SConscript +++ b/src/mesa/drivers/SConscript @@ -1,7 +1,5 @@ Import('*') -SConscript('osmesa/SConscript') - if env['x11']: SConscript('x11/SConscript') |