mesa/src/mapi/shared-glapi
Kenneth Graunke 16cba717c2 shared-glapi: Install libglapi.so.0.0.0 and .0 links in lib/.
We already provided these files on 'make install', but only created a
'libglapi.so' in the top-level lib/ convenience folder.  We used to
create all three, but at some point in the build system churn, it broke.

Various applications (like the ES2 conformance suite) seem to link
against libglapi.so.0, so without these links, setting LD_LIBRARY_PATH
and LIBGL_DRIVERS_PATH can lead to using /usr/lib/libglapi.so.0 with
/home/whatever/libGL.so, which leads to API calls getting routed
incorrectly (i.e. glCompileShader -> _mesa_LinkProgramARB), which leads
to rage problems.

Preserve developer sanity...install links.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2012-07-25 22:37:24 -07:00
..
.gitignore Add Makefile to shared-glapi .gitignore 2012-03-20 11:50:51 -07:00
Makefile.am shared-glapi: Install libglapi.so.0.0.0 and .0 links in lib/. 2012-07-25 22:37:24 -07:00
SConscript scons: Remove references to u_thread.c 2012-01-26 17:29:38 +00:00