Hello,

this

(sid):/tmp/EFL/efl-1.20.6$ ./configure --help | grep -i lua
  --enable-lua-old        Enable interpreted Lua support (5.1 or 5.2).
  --enable-elua           enable ELUA support. [default=enabled]
  --with-elua=PATH        specify a specific path to elua [default=elua]
  --with-bin-elua=PATH    specify a specific path to elua [default=elua]

seemed to /suggest/ to me that EFL could be built without lua support.
However even with

--disable-elua --without-bin-elua --disable-lua-old

./configure fails with
configure: error: pkg-config missing luajit >= 2.0.0

due to this line in configure.ac:
if test "${want_lua_old}" = "yes"; then
   EFL_CHECK_LUA_OLD([EVAS])
else
   EFL_DEPEND_PKG([EVAS], [LUAJIT], [luajit >= 2.0.0])
fi

Is lua (i.e. either luajit or lua-old) a hard dependency of efl or is
this simply an overstrict dependency in ./configure?

thanks, cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to