Re: [E-devel] small patch for evas

2010-03-29 Thread Mathieu Taillefumier
Hi Carsten, > On Wed, 10 Mar 2010 22:53:27 +0100 Mathieu Taillefumier > said: > >> Hi, >> >> herewith a small patch for evas that check for the presence of libpng14. >> I had trouble today compile e17 with libpng14 because the configura file >> was picking up libpng12 instead. >> >> The patch is

Re: [E-devel] small patch for evas

2010-03-27 Thread The Rasterman
On Wed, 10 Mar 2010 22:53:27 +0100 Mathieu Taillefumier said: > Hi, > > herewith a small patch for evas that check for the presence of libpng14. > I had trouble today compile e17 with libpng14 because the configura file > was picking up libpng12 instead. > > The patch is very simple but I proba

[E-devel] small patch for evas

2010-03-11 Thread Mathieu Taillefumier
Hi, herewith a small patch for evas that check for the presence of libpng14. I had trouble today compile e17 with libpng14 because the configura file was picking up libpng12 instead. The patch is very simple but I probably did not indent it correctly. I am also finishing a patch for e17 that imp