Merge branch '7.8'
[mesa.git] / src / mesa / gl.pc.in
1 prefix=@INSTALL_DIR@
2 exec_prefix=${prefix}
3 libdir=@INSTALL_LIB_DIR@
4 includedir=@INSTALL_INC_DIR@
5
6 Name: gl
7 Description: Mesa OpenGL library
8 Requires.private: @GL_PC_REQ_PRIV@
9 Version: @VERSION@
10 Libs: -L${libdir} -l@GL_LIB@
11 Libs.private: @GL_PC_LIB_PRIV@
12 Cflags: -I${includedir} @GL_PC_CFLAGS@