Only build cvs and libxml2 if WCHAR is enabled

This commit is contained in:
Ulf Samuelsson 2007-07-31 22:40:13 +00:00
parent dd65a3cc0f
commit 8df9b2733f
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_CVS
bool "cvs"
default n
depends on BR2_USE_WCHAR
select BR2_PACKAGE_NCURSES
help
Concurrent Versions System - source code revision control tools.

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBXML2
bool "libxml2"
default n
depends on BR2_USE_WCHAR
help
XML C Parser
Requires WCHAR