On Wednesday, October 10, 2012, Vincent Torri wrote:

> i did that for a precise reason... I'll revert some stuff...


That was just pollution. We need to keep it lean and later add some macros
to create that stuff. It's too error prone. :-(



>
> Vincent
>
> On Wed, Oct 10, 2012 at 7:40 PM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
> > Log:
> > efl: cleanup to remove stuff that is not in single-tree yet.
> >
> >   Remove every mention to libraries that are still not in the
> >   single-tree build such as emotion, efreet and ethumb.
> >
> >   Keep it simple and just add them back when they are merged.
> >
> >   Added similar variables for all of evil, eina, eo and eet. Keep them
> >   in the same order for now.
> >
> >
> >
> > Author:       barbieri
> > Date:         2012-10-10 10:40:35 -0700 (Wed, 10 Oct 2012)
> > New Revision: 77767
> > Trac:         http://trac.enlightenment.org/e/changeset/77767
> >
> > Modified:
> >   trunk/efl/INSTALL trunk/efl/configure.ac
> >
> > Modified: trunk/efl/INSTALL
> > ===================================================================
> > --- trunk/efl/INSTALL   2012-10-10 17:27:11 UTC (rev 77766)
> > +++ trunk/efl/INSTALL   2012-10-10 17:40:35 UTC (rev 77767)
> > @@ -1,8 +1,8 @@
> >  Installation Instructions
> >  *************************
> >
> > -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
> > -2006, 2007, 2008, 2009 Free Software Foundation, Inc.
> > +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
> > +Inc.
> >
> >     Copying and distribution of this file, with or without modification,
> >  are permitted in any medium without royalty provided the copyright
> > @@ -226,6 +226,11 @@
> >
> >  and if that doesn't work, install pre-built binaries of GCC for HP-UX.
> >
> > +   HP-UX `make' updates targets which have the same time stamps as
> > +their prerequisites, which makes it generally unusable when shipped
> > +generated files such as `configure' are involved.  Use GNU `make'
> > +instead.
> > +
> >     On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
> >  parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
> >  a workaround.  If GNU CC is not installed, it is therefore recommended
> >
> > Modified: trunk/efl/configure.ac
> > ===================================================================
> > --- trunk/efl/configure.ac      2012-10-10 17:27:11 UTC (rev 77766)
> > +++ trunk/efl/configure.ac      2012-10-10 17:40:35 UTC (rev 77767)
> > @@ -51,106 +51,36 @@
> >
> >  #### Default values
> >
> > -want_evas="yes"
> > -want_ecore="yes"
> > -want_embryo="yes"
> > -want_eio="yes"
> > -want_edje="yes"
> > -want_efreet="yes"
> > -want_e_dbus="yes"
> > -want_eeze="yes"
> > -want_emotion="yes"
> > -want_ethumb="yes"
> > -want_elementary="yes"
> >
> >  requirements_libs_evil=""
> >  requirements_libs_eina=""
> > +requirements_libs_eo=""
> >  requirements_libs_eet=""
> > -requirements_libs_evas=""
> > -requirements_libs_ecore=""
> > -requirements_libs_embryo=""
> > -requirements_libs_eio=""
> > -requirements_libs_edje=""
> > -requirements_libs_efreet=""
> > -requirements_libs_e_dbus=""
> > -requirements_libs_eeze=""
> > -requirements_libs_emotion=""
> > -requirements_libs_ethumb=""
> > -requirements_libs_elementary=""
> >
> >  requirements_libs_deps_evil=""
> >  requirements_libs_deps_eina=""
> > +requirements_libs_deps_eo=""
> >  requirements_libs_deps_eet=""
> > -requirements_libs_deps_evas=""
> > -requirements_libs_deps_ecore=""
> > -requirements_libs_deps_embryo=""
> > -requirements_libs_deps_eio=""
> > -requirements_libs_deps_edje=""
> > -requirements_libs_deps_efreet=enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to