From: Roland Scheidegger Date: Fri, 13 Jan 2012 21:37:18 +0000 (+0100) Subject: scons: Fix libGL.so build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c2c2c5a07c81a15a89519a8a84ef7c69698903b;p=mesa.git scons: Fix libGL.so build. --- diff --git a/src/glx/SConscript b/src/glx/SConscript index 5e9d1ca56d3..17a5690ee86 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',