On Sat, 23 Apr 2011, Enlightenment SVN wrote:
> Log: > okay who's the joker that broke evas build? freetype 9.3.0 is definitely not > a valid dependency :/ > > > Author: discomfitor > Date: 2011-04-23 15:32:06 -0700 (Sat, 23 Apr 2011) > New Revision: 58845 > Trac: http://trac.enlightenment.org/e/changeset/58845 > > Modified: > trunk/evas/configure.ac > > Modified: trunk/evas/configure.ac > =================================================================== > --- trunk/evas/configure.ac 2011-04-23 19:00:23 UTC (rev 58844) > +++ trunk/evas/configure.ac 2011-04-23 22:32:06 UTC (rev 58845) > @@ -231,7 +231,7 @@ > PKG_CHECK_MODULES([EINA], [eina >= 1.0.0]) > > # Freetype > -PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 9.3.0]) > +PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 2.3.0]) i think it's wrong. The version used by pkg-config is not related to the version of the freetype package (run pkg-config --modversion freetype2) Vincent > > requirement_evas="freetype2 eina >= 1.0.0 ${requirement_evas}" > > > > ------------------------------------------------------------------------------ > Fulfilling the Lean Software Promise > Lean software platforms are now widely adopted and the benefits have been > demonstrated beyond question. Learn why your peers are replacing JEE > containers with lightweight application servers - and what you can gain > from the move. http://p.sf.net/sfu/vmware-sfemails > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers are replacing JEE containers with lightweight application servers - and what you can gain from the move. http://p.sf.net/sfu/vmware-sfemails _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
