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 ?
2) just set want_ecore_config to "no" at the top and remove them in the 
'case'

Vincent

------------------------------------------------------------------------------
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

Reply via email to