Fix the library name in glw.pc
Fix a copy and paste error s/GLU/GLw/ in glw.pc.
This commit is contained 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}
|
||||
|
||||
Reference in New Issue
Block a user