2
1

Config.in 336 B

12345678910
  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. http://xml.apache.org/xerces-c/
  7. comment "xerces-c++ requires a toolchain with C++ and WCHAR support enabled"
  8. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)