summaryrefslogtreecommitdiff
path: root/src/glw
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 12:08:03 -0800
commitc6d421af05ccdd377df5cade301c5c25814ddf0c (patch)
treefa109003c17b0c926725c5e8fa676a42ee1c2ac5 /src/glw
parent952df5e493198de91b329983dae5366102eb0a25 (diff)
Fix the library name in glw.pc
Fix a copy and paste error s/GLU/GLw/ in glw.pc. (cherry picked from commit 2dc85e8078bed67cb5d8bc3e16484f56c61c61ca)
Diffstat (limited to 'src/glw')
-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 951e2dc2af5..9c2682fbf34 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}