diff options
author | Matt Turner <[email protected]> | 2012-01-11 18:32:14 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-20 14:56:42 -0500 |
commit | adefee50d954151f76150af80207081ae3c247d9 (patch) | |
tree | c70cf0abe077c38d76a22eef437673a6692dd2bf /src/glx/SConscript | |
parent | 2fdbbeca43e7b57095774e4228e6eea75a180fab (diff) |
Always build shared glapi
libglapi.so, libGL.so, libGLESv2.so, libGLESv1_CM.so must all
come from the same version of Mesa or bad things may happen.
Acked-by: Kenneth Graunke <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r-- | src/glx/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript index 17a5690ee86..d08ae9e2c50 100644 --- a/src/glx/SConscript +++ b/src/glx/SConscript @@ -31,9 +31,6 @@ if env['HAVE_XF86VIDMODE']: env.Append(CPPDEFINES = ['XF86VIDMODE']) env.PkgUseModules('XF86VIDMODE') -if False: # XXX: SHARED_GLAPI - env.Append(CPPDEFINES = ['GLX_SHARED_GLAPI']) - sources = [ 'clientattrib.c', 'clientinfo.c', |