diff options
author | Emil Velikov <[email protected]> | 2018-02-23 19:32:08 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-08-08 13:37:09 +0100 |
commit | 315c46cfdc3dbd4d51b74ab26df693725e947724 (patch) | |
tree | da4d9adfa55a45b08cfd271a0503e300e68f2d1b /src/mesa/gl.pc.in | |
parent | 8dc96416c912eda51039f2146aad40dc10da2516 (diff) |
autotools: use correct gl.pc LIBS when using glvnd
This is more of a hack, since glvnd itself should be providing the file.
Until that happens, ensure the libs is correctly set to -lGL
CC: <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/mesa/gl.pc.in')
-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@ |