diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/gl.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in index 181724b97bf..680f7427768 100644 --- a/src/mesa/gl.pc.in +++ b/src/mesa/gl.pc.in @@ -7,7 +7,7 @@ Name: gl Description: Mesa OpenGL library Requires.private: @GL_PC_REQ_PRIV@ Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -l@GL_LIB@ +Libs: -L${libdir} -l@GL_PKGCONF_LIB@ Libs.private: @GL_PC_LIB_PRIV@ Cflags: -I${includedir} @GL_PC_CFLAGS@ glx_tls: @GLX_TLS@ |