ryuan pushed a commit to branch master.

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

commit 89d6e0b142af61b7501ed7f894017592da6ece1b
Author: Ryuan Choi <ryuan.c...@gmail.com>
Date:   Mon Apr 7 10:21:19 2014 +0900

    configure: Fix the possible build break after 83af91c8b
    
    Added eet into internal dependencies for ecore_evas_connect, ethumb, 
ethumb_client
    
    I got below errors for ecore_evas_connect, ethumb, ethumb_client
    
    lib/evas/.libs/libevas.so: undefined reference to 
`eet_data_image_colorspace_get'
    lib/evas/.libs/libevas.so: undefined reference to 
`eet_data_image_read_to_cspace_surface_cipher'
    collect2: error: ld returned 1 exit status
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 409e48e..01d4ee9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3459,6 +3459,7 @@ EFL_PLATFORM_DEPEND([ECORE_EVAS], [evil])
 EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [ecore-input-evas])
 EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [ecore-input])
 EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [ecore])
+EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [eet])
 EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [evas])
 EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [eo])
 EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [eina])
@@ -3975,6 +3976,7 @@ EFL_PLATFORM_DEPEND([ETHUMB], [evil])
 EFL_PLATFORM_DEPEND([EINA], [evil])
 
 EFL_INTERNAL_DEPEND_PKG([ETHUMB], [eina])
+EFL_INTERNAL_DEPEND_PKG([ETHUMB], [eet])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB], [evas])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB], [eo])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB], [ecore])
@@ -4019,6 +4021,7 @@ EFL_PLATFORM_DEPEND([ETHUMB_CLIENT], [evil])
 ### Checks for libraries
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eina])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eo])
+EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eet])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ecore])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [edje])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eldbus])

-- 


Reply via email to