Merge branch '965-glsl'
[mesa.git] / src / glu / glu.pc.in
1 prefix=@INSTALL_DIR@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/@LIB_DIR@
4 includedir=${prefix}/include
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}