summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2007-07-23 21:04:27 +0200
committerUlf Samuelsson2007-07-23 21:04:27 +0200
commit754087858cf2b4dca6b832610a49a13c5f72f0dc (patch)
tree0af7ee6d6727bd6228ae7e794dff38d03d30d066 /Config.in
parentMake AVAHI depend on libdaemon (diff)
downloadbuildroot-754087858cf2b4dca6b832610a49a13c5f72f0dc.tar.gz
buildroot-754087858cf2b4dca6b832610a49a13c5f72f0dc.tar.xz
buildroot-754087858cf2b4dca6b832610a49a13c5f72f0dc.zip
Add configuration option allowing hiding packages needing WCHAR
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 9016a3917..dc4ce0ff0 100644
--- a/Config.in
+++ b/Config.in
@@ -687,6 +687,12 @@ config BR2_DEPRECATED
help
This option hides outdated/obsolete versions of packages.
+config BR2_USE_WCHAR
+ bool "Show packages that are require WCHAR support"
+ default y
+ help
+ This option hides packages which cannot be built without WCHAR.
+
config BR2_PREFER_STATIC_LIB
bool "prefer static libraries"
default n