summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2007-12-03 11:57:14 -0800
committerDan Nicholson <dbn.lists@gmail.com>2007-12-03 11:57:14 -0800
commit2dc85e8078bed67cb5d8bc3e16484f56c61c61ca (patch)
tree0491d94eaf2c6a0185ca980cf574725e28c2a831
parentce98779571eee3f51d9f571fecf8deb83dd60f78 (diff)
Fix the library name in glw.pc
Fix a copy and paste error s/GLU/GLw/ in glw.pc.
-rw-r--r--src/glw/glw.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/glw.pc.in b/src/glw/glw.pc.in
index 951e2dc2a..9c2682fbf 100644
--- a/src/glw/glw.pc.in
+++ b/src/glw/glw.pc.in
@@ -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}