ryuan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=329c07452ac526dc238a10e2c4915dd4c20e60e5

commit 329c07452ac526dc238a10e2c4915dd4c20e60e5
Author: Ryuan Choi <ryuan.c...@gmail.com>
Date:   Tue Sep 16 06:56:50 2014 +0900

    configure: Fix the possible build break after 715da43d3
    
    Added eet into internal dependencies for ethumb_client
    
    I got below errors for ethumb_client
    
    CCLD     bin/ethumb_client/ethumbd
    lib/edje/.libs/libedje.so: undefined reference to 
`ecore_imf_context_input_hint_set'
    lib/edje/.libs/libedje.so: undefined reference to 
`ecore_imf_context_input_hint_get'
    collect2: error: ld returned 1 exit status
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 6eac3e5..a0f60c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4287,6 +4287,7 @@ EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eo])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [efl])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eet])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ecore])
+EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ecore-imf])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [edje])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eldbus])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ethumb])

-- 


Reply via email to