瀏覽代碼

Add configuration option allowing hiding packages needing WCHAR

Ulf Samuelsson 18 年之前
父節點
當前提交
754087858c
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Config.in

+ 6 - 0
Config.in

@@ -687,6 +687,12 @@ config BR2_DEPRECATED
 	help
 	  This option hides outdated/obsolete versions of packages.
 
+config BR2_USE_WCHAR
+	bool "Show packages that are require WCHAR support"
+	default y
+	help
+	  This option hides packages which cannot be built without WCHAR.
+
 config BR2_PREFER_STATIC_LIB
 	bool "prefer static libraries"
 	default n