Use variable library name in pkg-config output.
authorTom Fogal <tfogal@alumni.unh.edu>
Wed, 29 Apr 2009 16:32:46 +0000 (10:32 -0600)
committerDan Nicholson <dbn.lists@gmail.com>
Wed, 29 Apr 2009 19:15:07 +0000 (12:15 -0700)
commita9c97c5f2a9b880d01336a23134600e4b34429d0
treee9076fdd84cfbf34984ba493e3cc3dbeecc6eb5a
parent66f978625685d83b04c32b19b62c3cb8c0d25f74
Use variable library name in pkg-config output.

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 modifying the
output library name will cause the appropriate updated name to
appear in the pkg-config `-l' option.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
src/glu/Makefile
src/glu/glu.pc.in
src/glut/glx/Makefile
src/glut/glx/glut.pc.in
src/glut/mini/Makefile
src/glut/mini/glut.pc.in
src/glw/Makefile
src/glw/glw.pc.in
src/mesa/Makefile
src/mesa/gl.pc.in