Avoid building packages requiring WCHAR, when not enabled

This commit is contained in:
Ulf Samuelsson
2007-08-12 00:14:58 +00:00
parent 7c0e91174c
commit 83f82272dd
5 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
config BR2_PACKAGE_GAWK
bool "gawk"
default n
depends on BR2_USE_WCHAR
help
A special-purpose programming language which is data driven
rather than procedural. Allows for simple data-reformatting jobs