Fix the library name in glw.pc

Fix a copy and paste error s/GLU/GLw/ in glw.pc.
(cherry picked from commit 2dc85e8078)
This commit is contained in:
Dan Nicholson 2007-12-03 11:57:14 -08:00
parent 952df5e493
commit c6d421af05

View file

@ -7,5 +7,5 @@ Name: glw
Description: Mesa OpenGL widget library
Requires: gl
Version: @VERSION@
Libs: -L${libdir} -lGLU
Libs: -L${libdir} -lGLw
Cflags: -I${includedir}