9c2682fbf348664db7404cefb9b95487a7fcc251
[mesa.git] / glw.pc.in
1 prefix=@INSTALL_DIR@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/@LIB_DIR@
4 includedir=${prefix}/include
5
6 Name: glw
7 Description: Mesa OpenGL widget library
8 Requires: gl
9 Version: @VERSION@
10 Libs: -L${libdir} -lGLw
11 Cflags: -I${includedir}