From 83f82272ddb16ab26abb328fa359588496b12af2 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 12 Aug 2007 00:14:58 +0000 Subject: Avoid building packages requiring WCHAR, when not enabled --- package/coreutils/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/coreutils') diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in index 738fab2f9..4722664ad 100644 --- a/package/coreutils/Config.in +++ b/package/coreutils/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_COREUTILS bool "coreutils" default n + depends on BR2_USE_WCHAR help All of the basic file/text/shell utilities. These are the core utilities which are expected to exist on every system. -- cgit v1.2.3