diff options
author | Roland Scheidegger <[email protected]> | 2012-01-13 22:37:18 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2012-01-13 22:39:14 +0100 |
commit | 6c2c2c5a07c81a15a89519a8a84ef7c69698903b (patch) | |
tree | 808a6e7e48e29c3afe3290321f4cbcc0b1b1eb39 /src/glx/SConscript | |
parent | 548526f2e967d29e0aa1d9a37e4364100e84dc3f (diff) |
scons: Fix libGL.so build.
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r-- | src/glx/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
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', |