X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglu%2Fglu.pc.in;h=bc2517e90ed1102e2160160a612ec98fdc76bc32;hb=67fc3ace65419b0865253e3ef54b20abbca1dfb5;hp=5d6e52a75e45d23c224ff0c9a46526e9576731ba;hpb=6ef27b88e6f767cd476676b33cb7c4ea6922234e;p=mesa.git diff --git a/src/glu/glu.pc.in b/src/glu/glu.pc.in index 5d6e52a75e4..bc2517e90ed 100644 --- a/src/glu/glu.pc.in +++ b/src/glu/glu.pc.in @@ -1,11 +1,13 @@ prefix=@INSTALL_DIR@ exec_prefix=${prefix} -libdir=${exec_prefix}/@LIB_DIR@ -includedir=${prefix}/include +libdir=@INSTALL_LIB_DIR@ +includedir=@INSTALL_INC_DIR@ Name: glu Description: Mesa OpenGL Utility library -Requires: gl +Requires: @GLU_PC_REQ@ +Requires.private: @GLU_PC_REQ_PRIV@ Version: @VERSION@ Libs: -L${libdir} -lGLU -Cflags: -I${includedir} +Libs.private: @GLU_PC_LIB_PRIV@ +Cflags: -I${includedir} @GLU_PC_CFLAGS@