On Fri, Feb 26, 2010 at 3:50 AM, Vincent Torri <vto...@univ-evry.fr> wrote: > On Thu, 25 Feb 2010, Enlightenment SVN wrote: >> Log: >> turn off build of ecore-txt and ecore-config by default. >> >> These are deprecated and will be killed in short time, stop using them! >> >> Recommendations: >> >> * ecore-txt: use eina_str_convert, drop in replacement, just sed. >> >> * ecore-config: convert your code to use eet + Eet_Data_Descriptors >> directly, it is simpler and faster, but requires you to change your >> code. Consider using eet_data_descriptor_file_new() and >> eet_eina_file_data_descriptor_class_set() or >> EET_EINA_FILE_DATA_DESCRIPTOR_CLASS_SET(). Then describe your type >> with EET_DATA_DESCRIPTOR_ADD_*(). >> >> >> >> Author: barbieri >> Date: 2010-02-25 16:20:34 -0800 (Thu, 25 Feb 2010) >> New Revision: 46494 >> >> Modified: >> trunk/ecore/configure.ac >> >> Modified: trunk/ecore/configure.ac >> =================================================================== >> --- trunk/ecore/configure.ac 2010-02-25 23:51:59 UTC (rev 46493) >> +++ trunk/ecore/configure.ac 2010-02-26 00:20:34 UTC (rev 46494) >> @@ -113,8 +113,8 @@ >> >> # core modules >> want_ecore_data="yes" >> -want_ecore_txt="yes" >> -want_ecore_con="no" >> +want_ecore_txt="no" >> +want_ecore_con="yes" >> want_ecore_ipc="no" >> want_ecore_file="yes" >> want_ecore_config="no" >> @@ -195,7 +195,7 @@ >> want_openssl="auto" >> want_ecore_con="yes" >> want_ecore_ipc="yes" >> - want_ecore_config="yes" >> + want_ecore_config="no" >> want_ecore_imf="yes" >> want_ecore_quartz="yes" >> want_ecore_evas_quartz="yes" >> @@ -214,7 +214,7 @@ >> want_tslib="yes" >> want_ecore_con="yes" >> want_ecore_ipc="yes" >> - want_ecore_config="yes" >> + want_ecore_config="no" >> want_ecore_imf="yes" >> want_ecore_x="yes" >> want_ecore_evas_software_x11="yes" > > 1) why ecore_con is modified ?
hum, I missed to say that in the commit message, but it should be on as it is the default, and blacklisted in the platforms it does not work (any?) > 2) just set want_ecore_config to "no" at the top and remove them in the > 'case' ok. could you do it -- i'm out of the office this morning. I'm also considering ecore_data=no by default. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel