浏览代码

icu: needs C++ support in toolchain

Peter Korsgaard 16 年之前
父节点
当前提交
c0fd0f62f9
共有 1 个文件被更改,包括 4 次插入0 次删除
  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