openbox/render/obrender-4.0.pc.in

15 lines
325 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
2003-10-12 20:30:38 +00:00
xcflags=@X_CFLAGS@
xlibs=@X_LIBS@
Name: ObRender
Description: Openbox Render Library
Version: @RR_VERSION@
Requires: obt-4.0 glib-2.0 xft pangoxft
2008-01-11 19:48:21 +00:00
Libs: -L${libdir} -lobrender ${xlibs}
Cflags: -I${includedir}/openbox/@RR_VERSION@ ${xcflags}