Merge branch 'backport' into work
[mikachu/openbox.git] / render / obrender-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: ObRender
10 Description: Openbox Render Library
11 Version: @RR_VERSION@
12 Requires: obt-4.0 glib-2.0 xft pangoxft
13 Libs: -L${libdir} -lobrender ${xlibs}
14 Cflags: -I${includedir}/openbox/@RR_VERSION@ ${xcflags}