orbit: mark as only with Lua 5.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
258d3cda3b
commit
5c9c124048
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_ORBIT
|
||||
bool "orbit"
|
||||
depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
|
||||
# These are runtime dependencies
|
||||
select BR2_PACKAGE_LPEG
|
||||
select BR2_PACKAGE_LUAFILESYSTEM
|
||||
@ -9,3 +10,7 @@ config BR2_PACKAGE_ORBIT
|
||||
Ruby frameworks such as Camping
|
||||
|
||||
http://keplerproject.github.com/orbit
|
||||
|
||||
comment "orbit needs a Lua 5.1 interpreter"
|
||||
depends on !BR2_PACKAGE_LUA_5_1
|
||||
depends on !BR2_PACKAGE_LUAJIT
|
||||
|
Loading…
Reference in New Issue
Block a user