luaposix: fix runtime dependency

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Francois Perrad 2013-09-19 08:31:38 +02:00 committed by Peter Korsgaard
parent 55b0815055
commit 04685e18cd

View File

@ -1,6 +1,8 @@
config BR2_PACKAGE_LUAPOSIX
bool "luaposix"
depends on BR2_INET_IPV6
select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA
# LuaBitOp is already included in LuaJIT
help
luaposix is a POSIX binding, including curses, for Lua 5.1
and 5.2; Like most libraries it simply binds to C APIs on