luajit: fix dependencies of Lua modules
authorFrancois Perrad <fperrad@gmail.com>
Wed, 18 Jul 2012 13:59:11 +0000 (15:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 18 Jul 2012 17:33:34 +0000 (19:33 +0200)
BR2_PACKAGE_LUA_SHARED_LIBRARY is an internal of lua package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cgilua/Config.in
package/copas/Config.in
package/luafilesystem/Config.in
package/luasocket/Config.in
package/rings/Config.in
package/xavante/Config.in

index 2f9c4528ac9d0b4e6062151451f3a13dfe597f5c..01928f005b937c9cb8b5e3fd7c6c803158978ba4 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_CGILUA
        bool "cgilua"
-       select BR2_PACKAGE_LUA_SHARED_LIBRARY
        select BR2_PACKAGE_LUAFILESYSTEM
        help
          CGILua is a tool for creating dynamic HTML pages
index 36abcc19ca210b0655d8664a97c3e972a4345eea..9969c8f9a42da461f8bcab22b4190ef4bc9de98f 100644 (file)
@@ -2,7 +2,6 @@ config BR2_PACKAGE_COPAS
        bool "copas"
        select BR2_PACKAGE_COXPCALL
        select BR2_PACKAGE_LUASOCKET
-       select BR2_PACKAGE_LUA_SHARED_LIBRARY # for luasocket
        help
          Copas is a dispatcher based on coroutines that
          can be used by TCP/IP servers.
index edcb414a9aefc9c92eba93bd3d9a976ff931c201..7c130f8d3baeef88945bb705477181a6f262879f 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LUAFILESYSTEM
        bool "luafilesystem"
-       select BR2_PACKAGE_LUA_SHARED_LIBRARY
        help
          LuaFileSystem offers a portable way to access
          the underlying directory structure and file attributes.
index 298db56b0b44e13d6878bbcdbff7dfd3ef0d5606..45263030f36f49e2cfaf21c79132c2a39b1faedf 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LUASOCKET
        bool "luasocket"
-       depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
        help
          LuaSocket is the most comprehensive networking support library
          for the Lua language.
index 2fe14aa0ff1147a4965ea40808e00adbce468b89..d1f1efe55338e7e54b518a5be421e39f1eaa12f5 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_RINGS
        bool "rings"
-       depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
        help
          Provides a way to create new Lua states from within Lua.
 
index a7df53021724b237f82af45a1af677c5e2f535a5..db34d66ec1dc0d345246a014ed50bcc92b584823 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_XAVANTE
        bool "xavante"
-       select BR2_PACKAGE_LUA_SHARED_LIBRARY
        select BR2_PACKAGE_CGILUA
        select BR2_PACKAGE_COPAS
        select BR2_PACKAGE_COXPCALL