Ver código fonte

icu: needs C++ support in toolchain

Peter Korsgaard 16 anos atrás
pai
commit
c0fd0f62f9
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      package/icu/Config.in

+ 4 - 0
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