X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fgl.pc.in;h=97b86596fcf49f33058d741d57f4248abc5de2e0;hb=16e91d4c0e1088f5c4098b01b4b7bf670cd66c4a;hp=1927880d5f9233499f50dedf428878a7b679149c;hpb=11ac5b2456575060627e9f52946d7d0e218a228d;p=mesa.git diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in index 1927880d5f9..97b86596fcf 100644 --- a/src/mesa/gl.pc.in +++ b/src/mesa/gl.pc.in @@ -5,7 +5,8 @@ includedir=@INSTALL_INC_DIR@ Name: gl Description: Mesa OpenGL library -Requires: +Requires.private: @GL_PC_REQ_PRIV@ Version: @VERSION@ -Libs: -L${libdir} -lGL -Cflags: -I${includedir} +Libs: -L${libdir} -l@GL_LIB@ +Libs.private: @GL_PC_LIB_PRIV@ +Cflags: -I${includedir} @GL_PC_CFLAGS@