do a grep on all the "include <E" to see which EFL is used and verify that at least one function of those EFL is really used, and you'll know all the DSO stuff
Vincent On Tue, 8 Mar 2011, Enlightenment SVN wrote: > Log: > enjoy: MOUAH AH AH AH ! Just a dso fix. > > > Author: cedric > Date: 2011-03-08 06:27:41 -0800 (Tue, 08 Mar 2011) > New Revision: 57593 > Trac: http://trac.enlightenment.org/e/changeset/57593 > > Modified: > trunk/enjoy/configure.ac > > Modified: trunk/enjoy/configure.ac > =================================================================== > --- trunk/enjoy/configure.ac 2011-03-08 14:23:16 UTC (rev 57592) > +++ trunk/enjoy/configure.ac 2011-03-08 14:27:41 UTC (rev 57593) > @@ -60,7 +60,7 @@ > AM_GNU_GETTEXT([external]) > > PKG_CHECK_MODULES([EDBUS], [edbus]) > -PKG_CHECK_MODULES([ELEMENTARY], [elementary ecore-file eina evas ecore > ecore-evas edje]) > +PKG_CHECK_MODULES([ELEMENTARY], [elementary ecore-file eina evas ecore > ecore-evas edje ecore-con]) > PKG_CHECK_MODULES([EMOTION], [emotion]) > PKG_CHECK_MODULES([LMS], [lightmediascanner]) > PKG_CHECK_MODULES([SQLITE3], [sqlite3]) > > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
