X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglu%2Fglu.pc.in;h=f7d9109823253ac0d7c4f93bb523f2d8270f8287;hb=520521e3809a36201582fa48ee173eba12e97812;hp=8606b9b222c4bcee64d1cd5fae5610f136ef5e14;hpb=5b714723895d321db753f896576de5e2c27778c3;p=mesa.git diff --git a/src/glu/glu.pc.in b/src/glu/glu.pc.in index 8606b9b222c..f7d91098232 100644 --- a/src/glu/glu.pc.in +++ b/src/glu/glu.pc.in @@ -5,7 +5,9 @@ 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: -L${libdir} -l@GLU_LIB@ +Libs.private: @GLU_PC_LIB_PRIV@ +Cflags: -I${includedir} @GLU_PC_CFLAGS@