all repos — openbox @ 4e6c0086a657399d989f2e4849f7b397d7d4efbc

openbox fork - make it a bit more like ryudo

obrender/obrender-3.5.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: @RR_VERSION@
Requires: obt-3.5 glib-2.0 xft pangoxft @PKG_CONFIG_IMLIB@ @PKG_CONFIG_LIBRSVG@
Libs: -L${libdir} -lobrender ${xlibs}
Cflags: -I${includedir}/openbox/@RR_VERSION@ ${xcflags}