summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard2009-01-27 16:02:22 +0100
committerPeter Korsgaard2009-01-27 16:02:22 +0100
commitc0fd0f62f973769aa785077b6ea68cccf43e83f9 (patch)
treeb73e25d5a6ebec52f9c0a222b14d7610872e2257 /package
parentwebkit: revert r24983 (Disable webkit (with comment) if X is not available) (diff)
downloadbuildroot-c0fd0f62f973769aa785077b6ea68cccf43e83f9.tar.gz
buildroot-c0fd0f62f973769aa785077b6ea68cccf43e83f9.tar.xz
buildroot-c0fd0f62f973769aa785077b6ea68cccf43e83f9.zip
icu: needs C++ support in toolchain
Diffstat (limited to 'package')
-rw-r--r--package/icu/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/icu/Config.in b/package/icu/Config.in
index 1d0d6bdec..e9aebc462 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