2007-05-07 05:58:30 +02:00
|
|
|
config BR2_PACKAGE_XERCES
|
2009-01-20 22:34:46 +01:00
|
|
|
bool "xerces-c++"
|
2011-02-27 22:25:58 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
|
2007-05-07 05:58:30 +02:00
|
|
|
help
|
|
|
|
Xerces-C++ is a validating XML parser written in portable C++.
|
|
|
|
|
|
|
|
http://xml.apache.org/xerces-c/
|
2009-03-05 20:25:13 +01:00
|
|
|
|
2011-02-27 22:25:58 +01:00
|
|
|
comment "xerces-c++ requires a toolchain with C++ and WCHAR support enabled"
|
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)
|