summaryrefslogtreecommitdiff
path: root/src/mesa/gl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/gl.pc.in')
-rw-r--r--src/mesa/gl.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in
index 0462b9fca2..97b86596fc 100644
--- a/src/mesa/gl.pc.in
+++ b/src/mesa/gl.pc.in
@@ -7,6 +7,6 @@ Name: gl
Description: Mesa OpenGL library
Requires.private: @GL_PC_REQ_PRIV@
Version: @VERSION@
-Libs: -L${libdir} -lGL
+Libs: -L${libdir} -l@GL_LIB@
Libs.private: @GL_PC_LIB_PRIV@
Cflags: -I${includedir} @GL_PC_CFLAGS@