Browse Source

procps: needs WCHAR

Peter Korsgaard 17 years ago
parent
commit
94b86467e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/procps/Config.in

+ 1 - 0
package/procps/Config.in

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