configure: Add evas to ETHUMB_CLIENT_INTERNAL_LIBS

It is to fix possible build break of ethumb_client after b3749450
This commit is contained in:
Ryuan Choi 2013-09-26 13:04:37 +09:00
parent ad76ce025c
commit d460f2954a
1 changed files with 1 additions and 0 deletions

View File

@ -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])