[Mesa-dev] [PATCH] Add an autoconf option for mangling Mesa.

2011-10-10 Thread tfogal
From: Tom Fogal In addition to setting up the flags correctly, this renames the generated libraries to ensure they get 'Mangled' in the name. This is very useful for distros and the like, where mangled Mesa and non-mangled GL libraries typically need to be installed side-by-side. --- configs/aut

[Mesa-dev] [PATCH] Export TLS support in gl.pc.

2011-01-05 Thread tfogal
From: Tom Fogal If nothing else, this would be useful for debugging TLS mismatches ("can you tell me if glx_tls is 'yes' in your gl.pc?"). --- configs/autoconf.in |1 + configure.ac|8 +++- src/mesa/Makefile |1 + src/mesa/gl.pc.in |1 + 4 files changed, 10 insert