efl: libjpeg and zlib are mandatory.

TODO: we should have a better way to check those without requiring the check
for efl_lib_zlib and efl_lib_libjpeg.



SVN revision: 77794
This commit is contained in:
Gustavo Sverzut Barbieri 2012-10-10 20:06:45 +00:00
parent 06e48b4296
commit 5512dc3fb9
1 changed files with 5 additions and 4 deletions

View File

@ -692,6 +692,11 @@ fi
# libjpeg and zlib
EFL_CHECK_LIBS([EET], [libjpeg zlib])
# TODO: better way to force those instead of is secondary check
if test "x${efl_lib_zlib}" != "xyes" -o "x${efl_lib_libjpeg}" != "xyes" ; then
AC_MSG_ERROR([Required EET libraries were not found.])
fi
# Eina library
@ -743,10 +748,6 @@ esac
### Check availability
if test "x${efl_lib_zlib}" = "xyes" && test "x${efl_lib_libjpeg}" = "xyes" ; then
efl_have_eet="yes"
fi
#### End of Eet