Merge commit 'origin/master' into drm-gem
[mesa.git] / src / glw / 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}