]> Dogcows Code - chaz/openbox/blob - obt/obt-4.0.pc.in
add support for XDG_CACHE_HOME to the obt paths
[chaz/openbox] / obt / obt-4.0.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 xcflags=@X_CFLAGS@
7 xlibs=@X_LIBS@
8
9 Name: Obt
10 Description: Openbox Toolkit Library
11 Version: @VERSION@
12 Requires: glib-2.0
13 Libs: -L${libdir} -lobrender ${xlibs}
14 Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}
This page took 0.035286 seconds and 4 git commands to generate.