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/copas | |
parent | f93e17f0b4d8d9af2867a04c3691f68fd3f4e443 (diff) | |
download | buildroot-novena-fb0af9388713497ac7917174518e8703b7887751.tar.gz buildroot-novena-fb0af9388713497ac7917174518e8703b7887751.zip |
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/copas')
-rw-r--r-- | package/copas/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/copas/Config.in b/package/copas/Config.in index 36abcc19c..9969c8f9a 100644 --- a/package/copas/Config.in +++ b/package/copas/Config.in @@ -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. |