openbox/render/obrender-3.0.pc.in

18 lines
406 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@
2007-05-18 00:55:05 +00:00
pangocflags=@PANGO_CFLAGS@
pangolibs=@PANGO_LIBS@
Name: ObRender
Description: Openbox Render Library
Version: @VERSION@
2007-05-22 06:15:24 +00:00
Requires: obparser-3.0 glib-2.0 xft pangoxft
2007-05-18 00:55:05 +00:00
Libs: -L${libdir} -lobrender ${xlibs} ${pangolibs}
Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags} ${pangocflags}