autotools: clean-up lua/luajit requirements

Reviewers: raster, cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1380

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Jean Guyomarc'h 2014-09-04 17:08:22 +02:00 committed by Cedric BAIL
parent 0c0d639693
commit 87487b2559
1 changed files with 0 additions and 3 deletions

View File

@ -4066,11 +4066,8 @@ EFL_ADD_FEATURE([EDJE], [lua-old])
if test "${want_lua_old}" = "yes"; then
EFL_CHECK_LUA_OLD([EDJE])
EFL_CHECK_LUA_OLD([EVAS])
else
EFL_DEPEND_PKG([EDJE], [LUAJIT], [luajit >= 2.0.0])
EFL_DEPEND_PKG([EVAS], [LUAJIT], [luajit >= 2.0.0])
EFL_DEPEND_PKG([EVAS_CXX], [LUAJIT], [luajit >= 2.0.0])
fi
EFL_ADD_LIBS([EDJE], [-lm])