efl/ecore_imf - need dependecy from imf modules.

SVN revision: 82801
This commit is contained in:
ChunEon Park 2013-01-15 12:51:16 +00:00
parent c089f174ca
commit ca0cc1cbc9
1 changed files with 2 additions and 2 deletions

View File

@ -2708,7 +2708,7 @@ fi
have_ecore_imf_ibus="no" have_ecore_imf_ibus="no"
if test "x${want_ecore_imf_ibus}" = "xyes" && test "x${have_glib}" = "xyes" ; then if test "x${want_ecore_imf_ibus}" = "xyes" && test "x${have_glib}" = "xyes" ; then
PKG_CHECK_MODULES([IBUS], PKG_CHECK_MODULES([IBUS],
[ibus-1.0 >= 1.4 glib-2.0], [ibus-1.0 >= 1.4 glib-2.0 evas ecore-x ecore-evas],
[ [
have_ecore_imf_ibus="yes" have_ecore_imf_ibus="yes"
AC_DEFINE([BUILD_ECORE_IMF_IBUS], [1], [Ecore Imf IBUS Support]) AC_DEFINE([BUILD_ECORE_IMF_IBUS], [1], [Ecore Imf IBUS Support])
@ -2722,7 +2722,7 @@ AM_CONDITIONAL([BUILD_ECORE_IMF_IBUS], [test "x${have_ecore_imf_ibus}" = "xyes"]
if test "x${want_ecore_imf_scim}" = "xyes" ; then if test "x${want_ecore_imf_scim}" = "xyes" ; then
PKG_CHECK_MODULES([SCIM], PKG_CHECK_MODULES([SCIM],
[scim], [scim ecore-x ecore-evas],
[ [
have_ecore_imf_scim="yes" have_ecore_imf_scim="yes"
AC_DEFINE([BUILD_ECORE_IMF_SCIM], [1], [Ecore Imf SCIM Support]) AC_DEFINE([BUILD_ECORE_IMF_SCIM], [1], [Ecore Imf SCIM Support])