ecore_ipc is actually a required dep of ecore_config

SVN revision: 43076
This commit is contained in:
Vincent Torri 2009-10-14 17:30:05 +00:00
parent 297e9817df
commit 2ba1de41c8
1 changed files with 2 additions and 7 deletions

View File

@ -855,17 +855,12 @@ fi
# ecore_config
ecore_config_deps="no"
if test "x${have_eet}" = "xyes" -a "x${have_evas}" ; then
if test "x${have_eet}" = "xyes" -a "x${have_evas}" -a "x${have_ecore_ipc}" ; then
ecore_config_deps="yes"
fi
ECORE_CHECK_MODULE([Config], [${want_ecore_config}], [${ecore_config_deps}],
[requirements_ecore_config="evas eet ${requirements_ecore_config}"])
if test "x${have_ecore_config}" = "xyes" -a "x${have_ecore_ipc}" = "xyes" ; then
requirements_ecore_config="ecore-ipc ${requirements_ecore_config}"
fi
[requirements_ecore_config="ecore-ipc evas eet ${requirements_ecore_config}"])
# ecore_imf