5493093be19a134a2506a46a3a2bc1d6fd8e3898
[mesa.git] / src / glw / glw.pc.in
1 prefix=@INSTALL_DIR@
2 exec_prefix=${prefix}
3 libdir=@INSTALL_LIB_DIR@
4 includedir=@INSTALL_INC_DIR@
5
6 Name: glw
7 Description: Mesa OpenGL widget library
8 Requires: gl
9 Requires.private: @GLW_PC_REQ_PRIV@
10 Version: @VERSION@
11 Libs: -L${libdir} -lGLw
12 Libs.private: @GLW_PC_LIB_PRIV@
13 Cflags: -I${includedir} @GLW_PC_CFLAGS@