summaryrefslogtreecommitdiff
path: root/obt/obt-4.0.pc.in
blob: 1d2b66857d91b1db892e565d6c1b255c40f64c4a (plain)
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 Toolkit Library
Version: @VERSION@
Requires: glib-2.0
Libs: -L${libdir} -lobrender ${xlibs}
Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}