Fix the library name in glw.pc

Fix a copy and paste error s/GLU/GLw/ in glw.pc.
This commit is contained in:
Dan Nicholson
2007-12-03 11:57:14 -08:00
parent ce98779571
commit 2dc85e8078

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}