From: Francois Perrad Date: Thu, 19 Sep 2013 06:31:38 +0000 (+0200) Subject: luaposix: fix runtime dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04685e18cdf58c39d34024bb613a764ae87302ca;p=buildroot.git luaposix: fix runtime dependency Signed-off-by: Francois Perrad Signed-off-by: Peter Korsgaard --- diff --git a/package/luaposix/Config.in b/package/luaposix/Config.in index 58292829fa..beae8e4452 100644 --- a/package/luaposix/Config.in +++ b/package/luaposix/Config.in @@ -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