Mesa (master): scons: Fix libGL.so build.

Roland Scheidegger sroland at kemper.freedesktop.org
Fri Jan 13 21:36:43 UTC 2012


Module: Mesa
Branch: master
Commit: 6c2c2c5a07c81a15a89519a8a84ef7c69698903b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c2c2c5a07c81a15a89519a8a84ef7c69698903b

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Jan 13 22:37:18 2012 +0100

scons: Fix libGL.so build.

---

 src/glx/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glx/SConscript b/src/glx/SConscript
index 5e9d1ca..17a5690 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -36,6 +36,7 @@ if False: # XXX: SHARED_GLAPI
 
 sources = [
     'clientattrib.c',
+    'clientinfo.c',
     'create_context.c',
     'compsize.c',
     'eval.c',




More information about the mesa-commit mailing list