diff options
author | Tom Fogal <[email protected]> | 2011-10-10 10:33:18 -0600 |
---|---|---|
committer | Tom Fogal <[email protected]> | 2011-10-17 10:14:26 -0600 |
commit | c0573fb29df6defe58f4898f0b8a42e8b9214d36 (patch) | |
tree | b96511db2f7436d72866c4e469659f8ead1171ab /configs | |
parent | 53d32600cc1bf69e048ff6f75ead5ab3f627a3a5 (diff) |
Add an autoconf option for mangling Mesa.
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.
Reviewed-by: Dan Nicholson <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 9bbafc93aa9..96fe5da8773 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -64,8 +64,8 @@ FLEX = @FLEX@ BISON = @BISON@ # Library names (base name) -GL_LIB = GL -GLU_LIB = GLU +GL_LIB = @GL_LIB@ +GLU_LIB = @GLU_LIB@ GLW_LIB = GLw OSMESA_LIB = @OSMESA_LIB@ GLESv1_CM_LIB = GLESv1_CM |