Brad King <brad.k...@kitware.com> writes:

> On 07/09/2012 04:57 PM, Brad King wrote:
>> Running "git bisect" points to commit 2d4b77c7 (automake:
>> Convert src/mesa/drivers/x11/Makefile, 2012-06-12).  The change
>> made by the commit does not obviously drop use of GL_LIB.
>
> Upon closer inspection it *does* obviously drop use of GL_LIB.
> Now "libGL" is hard-coded in "Makefile.am".  Naive replacement
> like that below is not valid automake code AFAICT.  I'm not
> familiar enough with automake to know how to make the library
> name configurable.  Does anyone know?

For the OSMesa changes, Laurent Carlier used @OSMESA_LIB@, so if you did
this patch using @GL_LIB@, it would at least be consistent with that.

Attachment: pgpP71R89F3JU.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to