diff options
author | José Fonseca <[email protected]> | 2011-06-17 20:12:18 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-06-30 11:34:51 +0100 |
commit | 2699fce0d69db5158427c8b6c8194b2eefc5e58b (patch) | |
tree | 4e26b68c4615e93cda1f6685958fddb70657bc8a /src/gallium/targets/libgl-xlib | |
parent | 0edb40cb69124722691011b0db1c8b7376217728 (diff) |
scons: Buid libGL.so (WIP).
Diffstat (limited to 'src/gallium/targets/libgl-xlib')
-rw-r--r-- | src/gallium/targets/libgl-xlib/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript index ca15372f1d9..7d5d9bc47a9 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)) |