Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-29 Thread Dan Nicholson
On Wed, Apr 29, 2009 at 11:43 AM, tom fogal wrote: > Dan Nicholson writes: >> On Wed, Apr 29, 2009 at 9:32 AM, Tom Fogal wrote: >> > Previously the pkg-config output files would contain e.g. `-lGL' >> > and `-lGLU', even if the user modified their configuration to >> > build libraries with diffe

Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-29 Thread tom fogal
Dan Nicholson writes: > On Wed, Apr 29, 2009 at 9:32 AM, Tom Fogal wrote: > > Previously the pkg-config output files would contain e.g. `-lGL' > > and `-lGLU', even if the user modified their configuration to > > build libraries with different names.  This modifies the > > pkg-config inputs, and

Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-29 Thread Dan Nicholson
On Wed, Apr 29, 2009 at 9:32 AM, Tom Fogal wrote: > Previously the pkg-config output files would contain e.g. `-lGL' > and `-lGLU', even if the user modified their configuration to > build libraries with different names.  This modifies the > pkg-config inputs, and corresponding makery, so that mod

Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-29 Thread Brian Paul
Dan Nicholson wrote: > On Tue, Apr 28, 2009 at 11:02 PM, tom fogal wrote: >> Dan Nicholson writes: >>> On Tue, Apr 28, 2009 at 8:56 PM, Tom Fogal wrote: This modifies the pkg-config inputs, and corresponding makery, so that modifying the output library name will cause the appropriate >

Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-29 Thread Dan Nicholson
On Tue, Apr 28, 2009 at 11:02 PM, tom fogal wrote: > Dan Nicholson writes: >> On Tue, Apr 28, 2009 at 8:56 PM, Tom Fogal wrote: >> > This modifies the pkg-config inputs, and corresponding makery, so >> > that modifying the output library name will cause the appropriate >> > updated name to appea

Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-28 Thread tom fogal
Dan Nicholson writes: > On Tue, Apr 28, 2009 at 8:56 PM, Tom Fogal wrote: > > This modifies the pkg-config inputs, and corresponding makery, so > > that modifying the output library name will cause the appropriate > > updated name to appear in the pkg-config `-l' option. > > Yeah, this is the ri

Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-28 Thread Dan Nicholson
On Tue, Apr 28, 2009 at 8:56 PM, Tom Fogal wrote: > Previously the pkg-config output files would contain `-lGL' and > `-lGLU', even if the user modified their configuration to build > libraries with different names.  This modifies the pkg-config > inputs, and corresponding makery, so that modifyin