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_*().




SVN revision: 46494
This commit is contained in:
Gustavo Sverzut Barbieri 2010-02-26 00:20:34 +00:00
parent e758e125f9
commit a98924ce6d
1 changed files with 4 additions and 4 deletions

View File

@ -113,8 +113,8 @@ want_glib="no"
# 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 @@ case "$host_os" in
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 @@ case "$host_os" in
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"