buildrootschalter/package/xerces/Config.in

11 lines
312 B
Plaintext
Raw Normal View History

2007-05-07 05:58:30 +02:00
config BR2_PACKAGE_XERCES
bool "xerces-c++"
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
comment "xerces-c++ needs a toolchain w/ C++, wchar"
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)