[Cairo] problem with recent freetype

Carl Worth cworth at east.isi.edu
Wed Nov 26 07:09:34 PST 2003


On Nov 26, Amaury Jacquot wrote:
 > it seems that @FREETYPE_LIBS@ and @FREETYPE_CFLAGS@ are not properly 
 > replaced in cairo.pc

Could you be more specific about the problems you're having and with
what version?

I just tried the latest cairo from CVS. The configure script took the
following lines from cairo.pc.in:

	Libs: -L${libdir} -lcairo -lm @FREETYPE_LIBS@
	Cflags: -I${includedir} @FREETYPE_CFLAGS@

and on my system generated the following lines in cairo.pc:

	Libs: -L${libdir} -lcairo -lm -lfreetype -lz
	Cflags: -I${includedir} -I/usr/include/freetype2

And everything seems to be working fine for me.

-Carl




More information about the cairo mailing list