summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/SConscript
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-03-24 20:30:03 +0000
committerJose Fonseca <jfonseca@vmware.com>2015-03-25 10:42:38 +0000
commit69db422218b0264b5b8eef45bd003a2544e9cbd6 (patch)
tree9aabfd931ed31fd182f0b947323933c04b10a783 /src/mesa/drivers/SConscript
parent47870d658b777722d48d6b9084d66e270a04e52e (diff)
downloadexternal_mesa3d-69db422218b0264b5b8eef45bd003a2544e9cbd6.zip
external_mesa3d-69db422218b0264b5b8eef45bd003a2544e9cbd6.tar.gz
external_mesa3d-69db422218b0264b5b8eef45bd003a2544e9cbd6.tar.bz2
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 <brianp@vmware.com>
Diffstat (limited to 'src/mesa/drivers/SConscript')
-rw-r--r--src/mesa/drivers/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/SConscript b/src/mesa/drivers/SConscript
index 17813da..db65678 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')