xavante: needs largefile support (for luafilesystem)
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Jul 2010 07:36:52 +0000 (09:36 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Jul 2010 07:36:52 +0000 (09:36 +0200)
And at the same time use select for the lua shared library dependency.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/xavante/Config.in

index 7a3535af37509b95cc650f28bdc1e87b0aa4bf24..a1b47c33b154c9343352e68bf8ebab5d0e1e0f1c 100644 (file)
@@ -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