all repos — openbox @ d24c710db3cbc6d6c59600a271829256bd0dde0c

openbox fork - make it a bit more like ryudo

render/obrender-3.0.pc.in (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

xcflags=@X_CFLAGS@
xlibs=@X_LIBS@

Name: ObRender
Description: Openbox Render Library
Version: @VERSION@
Requires: obparser-3.0 glib-2.0 xft pangoxft
Libs: -L${libdir} -lobrender ${xlibs}
Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}