ryuan pushed a commit to branch master.

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

commit a9c0a6c30b293e86c8b5538ed8bada20ffa3737e
Author: Ryuan Choi <[email protected]>
Date:   Fri Jan 24 20:14:23 2014 +0900

    configure: Add ecore-imf to ETHUMB_INTERNAL_LIBS
    
    It is to fix possible build break of ethumb
    
    I got below message.
    lib/edje/.libs/libedje.so: undefined reference to 
`ecore_imf_context_retrieve_selection_callback_set'
    collect2: error: ld returned 1 exit status
    make[4]: *** [bin/ethumb/ethumb] Error 1
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 373ea6d..cb08021 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3790,6 +3790,7 @@ EFL_INTERNAL_DEPEND_PKG([ETHUMB], [eo])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB], [ecore])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB], [ecore-evas])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB], [ecore-file])
+EFL_INTERNAL_DEPEND_PKG([ETHUMB], [ecore-imf])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB], [edje])
 
 ## modules

-- 


Reply via email to