ryuan pushed a commit to branch master.

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

commit c2bdda6f9bae5b931abbe34859591c6e5d5829fa
Author: Ryuan Choi <[email protected]>
Date:   Sun Mar 9 09:12:25 2014 +0900

    Fix build break because of evas_object_line_class_get
    
    Added edje into internal dependencies for ethumb_client.
    
    I got below error.
    /usr/elocal/lib/libedje.so.1: undefined reference to 
`evas_object_line_class_get'
    collect2: error: ld returned 1 exit status
    make[4]: *** [bin/ethumb_client/ethumbd] Error 1
    make[4]: *** Waiting for unfinished jobs....
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index f6d0900..754ad09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3972,6 +3972,7 @@ EFL_PLATFORM_DEPEND([ETHUMB_CLIENT], [evil])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eina])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eo])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ecore])
+EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [edje])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eldbus])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ethumb])
 EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [evas])

-- 


Reply via email to