mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
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:
committed by
Peter Korsgaard
parent
55b0815055
commit
04685e18cd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user