luaposix: fix runtime dependency
authorFrancois Perrad <fperrad@gmail.com>
Thu, 19 Sep 2013 06:31:38 +0000 (08:31 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Sep 2013 19:37:42 +0000 (21:37 +0200)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/luaposix/Config.in

index 58292829fa89235bed3d65a5efdd82bb140d0059..beae8e44527433927afc12c05bbda1379a78c6f9 100644 (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