8d55a5cbc22f0f5c054656914d9cba1ddfb95be5
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / xerces / Config.in
1 config BR2_PACKAGE_XERCES
2         bool "xerces-c++"
3         depends on BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
4         help
5           Xerces-C++ is a validating XML parser written in portable C++.
6
7           http://xml.apache.org/xerces-c/
8
9 comment "xerces-c++ needs a toolchain w/ C++, wchar"
10         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)