Tweak themes.
[ntk.git] / ntk_gl.pc.in
blobd3c7227447e7e8063e0a018d3752927c3e426f13
1 prefix=@PREFIX@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
6 Name: ntk_images
7 Description: Non ToolKit OpenGL support
8 Version: @VERSION@
10 Requires: gl
11 Requires.private: x11 xft
12 Libs: -L${libdir} -lntk -lgl -lglu -lntk_gl
13 Cflags: -I${includedir}/ntk @CFLAGS@