summaryrefslogtreecommitdiffstats
path: root/package/xavante
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-07-22 09:36:52 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-22 09:36:52 +0200
commit8330dd11e7caebbafea5e6e9e3c702d6cd5843b0 (patch)
tree473568fd4f3d09aac92a4eb49e916f2267ae543f /package/xavante
parentbc98b5b3572ca76a6c97f4d9669ce791e8ac1496 (diff)
downloadbuildroot-novena-8330dd11e7caebbafea5e6e9e3c702d6cd5843b0.tar.gz
buildroot-novena-8330dd11e7caebbafea5e6e9e3c702d6cd5843b0.zip
xavante: needs largefile support (for luafilesystem)
And at the same time use select for the lua shared library dependency. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/xavante')
-rw-r--r--package/xavante/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/xavante/Config.in b/package/xavante/Config.in
index 7a3535af3..a1b47c33b 100644
--- a/package/xavante/Config.in
+++ b/package/xavante/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_XAVANTE
bool "xavante"
- depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
+ depends on BR2_LARGEFILE # luafilesystem
+ select BR2_PACKAGE_LUA_SHARED_LIBRARY
select BR2_PACKAGE_CGILUA
select BR2_PACKAGE_COPAS
select BR2_PACKAGE_COXPCALL
@@ -12,3 +13,6 @@ config BR2_PACKAGE_XAVANTE
architecture based on URI mapped handlers.
http://keplerproject.github.com/xavante/
+
+comment "xavante requires a toolchain with LARGEFILE support"
+ depends on !BR2_LARGEFILE