浏览代码

procps: needs WCHAR

Peter Korsgaard 17 年之前
父节点
当前提交
94b86467e3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/procps/Config.in

+ 1 - 0
package/procps/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PROCPS
 	bool "procps"
 	select BR2_PACKAGE_NCURSES
+	depends on BR2_USE_WCHAR
 	help
 	  Standard informational utilities and process-handling tools.
 	  Provides things like kill, ps, uptime, free, top, etc...