Re: inlcude cairo in makefile in SVN HEAD

2007-09-28 Thread Rob Kendrick
On Fri, 2007-09-28 at 22:13 +0200, Henry Jensen wrote: > > We don't officially support GTK versions earlier than 2.8. I suppose > > this should be detailed in the documentation. > > Yes, it should.:) Documentation updated. > You are right that GTK >= 2.8 depends on cairo. But it is necessary

Re: inlcude cairo in makefile in SVN HEAD

2007-09-28 Thread Henry Jensen
Hello, On Fri, 28 Sep 2007 12:27:56 +0100 Rob Kendrick <[EMAIL PROTECTED]> wrote: > We don't officially support GTK versions earlier than 2.8. I suppose > this should be detailed in the documentation. Yes, it should.:) > On all machines and > distributions I have access to, pkg-config when u

Re: inlcude cairo in makefile in SVN HEAD

2007-09-28 Thread Rob Kendrick
On Fri, 2007-09-28 at 09:56 +, Henry Jensen wrote: > Hello, > > I think pkg-config should check for cairo. The following patch worked for > building on DeLi Linux > 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 suppo

inlcude cairo in makefile in SVN HEAD

2007-09-28 Thread Henry Jensen
Hello, I think pkg-config should check for cairo. The following patch worked for building on DeLi Linux diff -urN netsurf-orig/makefile netsurf/makefile --- netsurf-orig/makefile 2007-09-27 11:14:52.0 + +++ netsurf/makefile2007-09-27 12:10:07.0 + @@ -126,7 +126,