Bryce Harrington wrote:
On Tue, Aug 01, 2006 at 08:27:26PM -0400, MenTaLguY wrote:
On Tue, 2006-08-01 at 11:34 -0700, Bryce Harrington wrote:
So, could someone please add a pkg-config check for "cairo-pdf" (in addition to the one for "cairo")? It seems reasonable to disable the Cairo PDF stuff if the cairo-pdf pkg-config package isn't available, even while we continue to use main cairo.
Ditto!
What compilation flags are required for Cairo in order to get it to work?
Isn't that what pkg-config is for? Let it tell us that at configure-time.
Well, until such a time as pkg-config is giving this at compile time, I'd love to know what can be done manually to get it to work. ;-)
Bryce
I think that cairo-pdf needs a test in configure.ac similar to pangoft2. However, you can always add it manually in the meantime with CFLAGS and LDFLAGS env CFLAGS="-I/usr/include/cairo" LDFLAGS="-L/usr/lib -lcairo" ./configure
...or wherever your cairo install lives.
bob