]> icculus.org git repositories - dana/openbox.git/blob - loco/loco-4.0.pc.in
do all the fancy stuff to find a visual only once at startup
[dana/openbox.git] / loco / loco-4.0.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 glcflags=@GL_CFLAGS@
7 gllibs=@GL_LIBS@
8
9 Name: lOco
10 Description: Openbox Composite Library
11 Version: @VERSION@
12 Requires: glib-2.0
13 Libs: -L${libdir} ${gllibs}
14 Cflags: -I${includedir}/openbox/@OB_VERSION@ ${glcflags}