Browse Source

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>
Francois Perrad 7 years ago
parent
commit
5c9c124048
1 changed files with 5 additions and 0 deletions
  1. 5 0
      package/orbit/Config.in

+ 5 - 0
package/orbit/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ORBIT
 config BR2_PACKAGE_ORBIT
 	bool "orbit"
 	bool "orbit"
+	depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
 	# These are runtime dependencies
 	# These are runtime dependencies
 	select BR2_PACKAGE_LPEG
 	select BR2_PACKAGE_LPEG
 	select BR2_PACKAGE_LUAFILESYSTEM
 	select BR2_PACKAGE_LUAFILESYSTEM
@@ -9,3 +10,7 @@ config BR2_PACKAGE_ORBIT
 	  Ruby frameworks such as Camping
 	  Ruby frameworks such as Camping
 
 
 	  http://keplerproject.github.com/orbit
 	  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