Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / glu / glu.pc.in
1 prefix=@INSTALL_DIR@
2 exec_prefix=${prefix}
3 libdir=@INSTALL_LIB_DIR@
4 includedir=@INSTALL_INC_DIR@
5
6 Name: glu
7 Description: Mesa OpenGL Utility library
8 Requires: gl
9 Version: @VERSION@
10 Libs: -L${libdir} -lGLU
11 Cflags: -I${includedir}