Config.in 548 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_XERCES
  2. bool "xerces-c++"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_STATIC_LIBS
  5. depends on BR2_USE_WCHAR
  6. help
  7. Xerces-C++ is a validating XML parser written in portable C++.
  8. http://xerces.apache.org/xerces-c/
  9. if BR2_PACKAGE_XERCES
  10. config BR2_PACKAGE_XERCES_ENABLE_NETWORK
  11. bool "Enable network support"
  12. default y
  13. help
  14. Enable network support in xerces
  15. endif
  16. comment "xerces-c++ needs a toolchain w/ C++, dynamic library, wchar"
  17. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  18. !BR2_USE_WCHAR