ryuan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d460f2954ad13c83738c164e5b6c18481afd942b
commit d460f2954ad13c83738c164e5b6c18481afd942b Author: Ryuan Choi <[email protected]> Date: Thu Sep 26 13:04:37 2013 +0900 configure: Add evas to ETHUMB_CLIENT_INTERNAL_LIBS It is to fix possible build break of ethumb_client after b3749450 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 426e6d8..056e4ec 100644 --- a/configure.ac +++ b/configure.ac @@ -3665,6 +3665,7 @@ EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eo]) EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ecore]) EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eldbus]) EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ethumb]) +EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [evas]) EFL_EVAL_PKGS([ETHUMB_CLIENT]) --
