diff options
author | Francois Perrad <fperrad@gmail.com> | 2012-07-18 15:59:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-18 19:33:34 +0200 |
commit | fb0af9388713497ac7917174518e8703b7887751 (patch) | |
tree | 2e0aae622cd1fe1b6bc2d0903c2ff247af973a8f /package/luafilesystem | |
parent | f93e17f0b4d8d9af2867a04c3691f68fd3f4e443 (diff) |
luajit: fix dependencies of Lua modules
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>
Diffstat (limited to 'package/luafilesystem')
-rw-r--r-- | package/luafilesystem/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/luafilesystem/Config.in b/package/luafilesystem/Config.in index edcb414a9..7c130f8d3 100644 --- a/package/luafilesystem/Config.in +++ b/package/luafilesystem/Config.in @@ -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. |