X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmesa%2Fgl.pc.in;h=181724b97bf10e61c139d5ee3f1efb5ad37f02be;hb=f25b2f76b031f2427f97a4a4fc58f4d237b764b4;hp=4b144ffa4b24b02007d44b3833aae1214b8ad4c8;hpb=4f1c9f7e510122b32c82ee9adbdb4987dae27afe;p=mesa.git diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in index 4b144ffa4b2..181724b97bf 100644 --- a/src/mesa/gl.pc.in +++ b/src/mesa/gl.pc.in @@ -1,11 +1,13 @@ -prefix=@INSTALL_DIR@ +prefix=@prefix@ exec_prefix=${prefix} -libdir=${exec_prefix}/@LIB_DIR@ -includedir=${prefix}/include +libdir=@libdir@ +includedir=@includedir@ Name: gl Description: Mesa OpenGL library -Requires: -Version: @VERSION@ -Libs: -L${libdir} -lGL -Cflags: -I${includedir} +Requires.private: @GL_PC_REQ_PRIV@ +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -l@GL_LIB@ +Libs.private: @GL_PC_LIB_PRIV@ +Cflags: -I${includedir} @GL_PC_CFLAGS@ +glx_tls: @GLX_TLS@