From: Peter Korsgaard Date: Fri, 2 Apr 2010 10:39:48 +0000 (+0200) Subject: findutils: show comment if wchar isn't enabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b44556925b1ca0ef01dda0389e885089ae2df57;p=buildroot.git findutils: show comment if wchar isn't enabled Signed-off-by: Peter Korsgaard --- diff --git a/package/findutils/Config.in b/package/findutils/Config.in index 25a13c6088..bbe2cc14b8 100644 --- a/package/findutils/Config.in +++ b/package/findutils/Config.in @@ -6,3 +6,6 @@ config BR2_PACKAGE_FINDUTILS common 'find', 'xargs', 'locate', and 'updatedb' binaries. http://www.gnu.org/software/findutils/findutils.html + +comment "findutils requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR