softpipe: use the polygon stipple utility module
[mesa.git] / src / glut / glx / glut.pc.in
1 prefix=@INSTALL_DIR@
2 exec_prefix=${prefix}
3 libdir=@INSTALL_LIB_DIR@
4 includedir=@INSTALL_INC_DIR@
5
6 Name: glut
7 Description: Mesa OpenGL Utility Toolkit library
8 Requires: gl glu
9 Requires.private: @GLUT_PC_REQ_PRIV@
10 Version: @VERSION@
11 Libs: -L${libdir} -l@GLUT_LIB@
12 Libs.private: @GLUT_PC_LIB_PRIV@
13 Cflags: -I${includedir} @GLUT_PC_CFLAGS@