On Fri, 2007-09-28 at 09:56 +0000, Henry Jensen wrote: > Hello, > > I think pkg-config should check for cairo. The following patch worked for > building on DeLi Linux
<snip> > It should also be checked if gtk is >= 2.8 (I built it first with gtk 2.6.x, > which didn't work) We don't officially support GTK versions earlier than 2.8. I suppose this should be detailed in the documentation. On all machines and distributions I have access to, pkg-config when using GTK 2.8 or above implicitly brings in Cairo as GTK now depends on it, which is why I never explicitly mention it in the Makefile. If you have contrary evidence, I'll happily apply this patch. B.
