1 config BR2_PACKAGE_XERCES
3 depends on BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
5 Xerces-C++ is a validating XML parser written in portable C++.
7 http://xml.apache.org/xerces-c/
9 comment "xerces-c++ needs a toolchain w/ C++, wchar"
10 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)