darwin: Fix install name of libOSMesa
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>
Wed, 11 Feb 2015 10:32:33 +0000 (02:32 -0800)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 20 May 2015 20:56:32 +0000 (21:56 +0100)
commit06ff751f97fbeb62a23936cd8f9c54733920d082
tree324665aae37da71c949b18afc47a15ddad0219ba
parent31cd2d75dc3844e40143f649fe383de17c152a13
darwin: Fix install name of libOSMesa

Passing -module to glibtool causes the resulting library to be called
libSomething.so rather than libSomething.dylib on darwin.

Regardless if libOSMesa is a library or a module, it has been used as
the former for quite some time. Update the build to reflect that and
resolve the naming issue.

Cc: "10.5 10.6" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
[Emil Velikov: Tweak the commit message.]
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mesa/drivers/osmesa/Makefile.am