Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] luaposix: fix runtime dependency
@ 2013-09-19  6:31 Francois Perrad
  2013-09-19  6:31 ` [Buildroot] [PATCH 2/2] luaposix: add ncurses dependency Francois Perrad
  2013-09-19 19:37 ` [Buildroot] [PATCH 1/2] luaposix: fix runtime dependency Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Francois Perrad @ 2013-09-19  6:31 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/luaposix/Config.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/luaposix/Config.in b/package/luaposix/Config.in
index 412e07f..598bf11 100644
--- a/package/luaposix/Config.in
+++ b/package/luaposix/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_LUAPOSIX
 	bool "luaposix"
+	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
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-19 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19  6:31 [Buildroot] [PATCH 1/2] luaposix: fix runtime dependency Francois Perrad
2013-09-19  6:31 ` [Buildroot] [PATCH 2/2] luaposix: add ncurses dependency Francois Perrad
2013-09-19 19:38   ` Peter Korsgaard
2013-09-19 19:37 ` [Buildroot] [PATCH 1/2] luaposix: fix runtime dependency Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox