]> git.pld-linux.org Git - packages/Mesa.git/blob - glvnd-fix-gl-dot-pc.patch
68118f45efe8b73d14817f8629bdef00fd20b97a
[packages/Mesa.git] / glvnd-fix-gl-dot-pc.patch
1 diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
2 --- mesa-12.0.3/src/mesa/gl.pc.in.jx    2016-01-18 02:39:26.000000000 -0500
3 +++ mesa-12.0.3/src/mesa/gl.pc.in       2016-10-25 13:06:44.013159358 -0400
4 @@ -7,7 +7,7 @@ Name: gl
5  Description: Mesa OpenGL library
6  Requires.private: @GL_PC_REQ_PRIV@
7  Version: @PACKAGE_VERSION@
8 -Libs: -L${libdir} -l@GL_LIB@
9 +Libs: -L${libdir} -lGL
10  Libs.private: @GL_PC_LIB_PRIV@
11  Cflags: -I${includedir} @GL_PC_CFLAGS@
12  glx_tls: @GLX_TLS@
This page took 0.022876 seconds and 2 git commands to generate.