From: Peter Korsgaard Date: Sun, 24 Aug 2008 12:40:32 +0000 (-0000) Subject: procps: needs WCHAR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94b86467e30d1b548257de04ddbd4b9b6b3df0ac;p=buildroot.git procps: needs WCHAR --- diff --git a/package/procps/Config.in b/package/procps/Config.in index 48baf7b6a8..8d45f0acb6 100644 --- a/package/procps/Config.in +++ b/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...