* [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
* [Buildroot] [PATCH 2/2] luaposix: add ncurses dependency
2013-09-19 6:31 [Buildroot] [PATCH 1/2] luaposix: fix runtime dependency Francois Perrad
@ 2013-09-19 6:31 ` Francois Perrad
2013-09-19 19:38 ` Peter Korsgaard
2013-09-19 19:37 ` [Buildroot] [PATCH 1/2] luaposix: fix runtime dependency Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Francois Perrad @ 2013-09-19 6:31 UTC (permalink / raw)
To: buildroot
luaposix includes a curses binding which is optional and auto-detected by autotools.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/luaposix/luaposix.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
index 1d1ee6a..64c4406 100644
--- a/package/luaposix/luaposix.mk
+++ b/package/luaposix/luaposix.mk
@@ -12,4 +12,8 @@ LUAPOSIX_DEPENDENCIES = lua host-lua
LUAPOSIX_CONF_OPT = --libdir="/usr/lib/lua" --datarootdir="/usr/share/lua"
LUAPOSIX_AUTORECONF = YES
+ifeq ($(BR2_PACKAGE_NCURSES),y)
+ LUAPOSIX_DEPENDENCIES += ncurses
+endif
+
$(eval $(autotools-package))
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] luaposix: fix runtime dependency
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:37 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-09-19 19:37 UTC (permalink / raw)
To: buildroot
>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:
Francois> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] luaposix: add ncurses dependency
2013-09-19 6:31 ` [Buildroot] [PATCH 2/2] luaposix: add ncurses dependency Francois Perrad
@ 2013-09-19 19:38 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-09-19 19:38 UTC (permalink / raw)
To: buildroot
>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:
Francois> luaposix includes a curses binding which is optional and
Francois> auto-detected by autotools.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [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