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
commitd09dedb82674f46e513322a22ef23eb5d5e6e8c8 (patch)
tree4f72ac21c43a544ae166f6d07263b79758adfbd4
parent21e7eeec7675e7d3762b1f4f5f3c0137160cae37 (diff)
Fix the library name in glw.pc
Fix a copy and paste error s/GLU/GLw/ in glw.pc.
-rw-r--r--glw.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/glw.pc.in b/glw.pc.in
index 951e2dc..9c2682f 100644
--- a/glw.pc.in
+++ b/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}