From: Ryuan Choi Date: Fri, 24 Jan 2014 11:14:23 +0000 (+0900) Subject: configure: Add ecore-imf to ETHUMB_INTERNAL_LIBS X-Git-Tag: v1.9.0-alpha1~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9c0a6c30b293e86c8b5538ed8bada20ffa3737e;p=platform%2Fupstream%2Fefl.git 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 --- 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