From: Peter Korsgaard Date: Tue, 27 Jan 2009 15:02:22 +0000 (-0000) Subject: icu: needs C++ support in toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0fd0f62f973769aa785077b6ea68cccf43e83f9;p=buildroot.git icu: needs C++ support in toolchain --- diff --git a/package/icu/Config.in b/package/icu/Config.in index 1d0d6bdec3..e9aebc4623 100644 --- a/package/icu/Config.in +++ b/package/icu/Config.in @@ -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