summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/libgl-xlib
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-06-17 20:12:18 +0100
committerJosé Fonseca <jfonseca@vmware.com>2011-06-30 11:34:51 +0100
commit2699fce0d69db5158427c8b6c8194b2eefc5e58b (patch)
tree4e26b68c4615e93cda1f6685958fddb70657bc8a /src/gallium/targets/libgl-xlib
parent0edb40cb69124722691011b0db1c8b7376217728 (diff)
downloadexternal_mesa3d-2699fce0d69db5158427c8b6c8194b2eefc5e58b.zip
external_mesa3d-2699fce0d69db5158427c8b6c8194b2eefc5e58b.tar.gz
external_mesa3d-2699fce0d69db5158427c8b6c8194b2eefc5e58b.tar.bz2
scons: Buid libGL.so (WIP).
Diffstat (limited to 'src/gallium/targets/libgl-xlib')
-rw-r--r--src/gallium/targets/libgl-xlib/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript
index ca15372..7d5d9bc 100644
--- a/src/gallium/targets/libgl-xlib/SConscript
+++ b/src/gallium/targets/libgl-xlib/SConscript
@@ -54,7 +54,7 @@ libgl = env.SharedLibrary(
source = sources,
)
-if True:
+if False:
# XXX: Only install this libGL.so if DRI not enabled
libgl = env.InstallSharedLibrary(libgl, version=(1, 5))