From: Dan Nicholson Date: Mon, 3 Dec 2007 19:57:14 +0000 (-0800) Subject: Fix the library name in glw.pc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dc85e8078bed67cb5d8bc3e16484f56c61c61ca;p=mesa.git Fix the library name in glw.pc Fix a copy and paste error s/GLU/GLw/ in glw.pc. --- 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}