From a9c0a6c30b293e86c8b5538ed8bada20ffa3737e Mon Sep 17 00:00:00 2001 From: Ryuan Choi Date: Fri, 24 Jan 2014 20:14:23 +0900 Subject: [PATCH] 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 373ea6dc53..cb08021fdc 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