icu: needs C++ support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Jan 2009 15:02:22 +0000 (15:02 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Jan 2009 15:02:22 +0000 (15:02 -0000)
package/icu/Config.in

index 1d0d6bdec3e11edbdef8955cad0137b9ffbbafbf..e9aebc462359eeb485a0229f9caeb4611a471659 100644 (file)
@@ -1,4 +1,8 @@
 config BR2_PACKAGE_ICU
        bool "icu"
+       depends on BR2_INSTALL_LIBSTDCPP
        help
          International Components for Unicode.
+
+comment "icu requires a toolchain with C++ support enabled"
+       depends on !BR2_INSTALL_LIBSTDCPP