2003-09-07 23:33:11 +00:00
|
|
|
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@
|
|
|
|
|
2003-09-07 23:33:11 +00:00
|
|
|
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}
|