mongrel2: add missing comment for toolchain option dependencies
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 18 Dec 2013 20:29:09 +0000 (21:29 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 19 Dec 2013 20:40:57 +0000 (21:40 +0100)
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mongrel2/Config.in

index 435d97eaff1e6e7dd55e9bcbff691195697e8e21..680e0ce26888ded4195274d4539a9cd24b065744 100644 (file)
@@ -1,3 +1,10 @@
+comment "mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar"
+       depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
+               BR2_TOOLCHAIN_USES_GLIBC || \
+               BR2_arm
+       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6 || \
+               !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR
+
 config BR2_PACKAGE_MONGREL2
        bool "mongrel2"
        select BR2_PACKAGE_SQLITE