mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 15:20:37 +02:00
Fix the library name in glw.pc
Fix a copy and paste error s/GLU/GLw/ in glw.pc.
This commit is contained in:
parent
ce98779571
commit
2dc85e8078
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue