blob: 374729a4660cb405558bcd1299c36cbc23453024 [file] [log] [blame]
"Steven J. Hill"1f928312007-05-07 03:58:30 +00001config BR2_PACKAGE_XERCES
Ulf Samuelsson324f61f2009-01-20 21:34:46 +00002 bool "xerces-c++"
Peter Korsgaardb89f4032011-02-27 22:25:58 +01003 depends on BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
"Steven J. Hill"1f928312007-05-07 03:58:30 +00004 help
5 Xerces-C++ is a validating XML parser written in portable C++.
6
7 http://xml.apache.org/xerces-c/
Peter Korsgaard486c2252009-03-05 19:25:13 +00008
Peter Korsgaardb89f4032011-02-27 22:25:58 +01009comment "xerces-c++ requires a toolchain with C++ and WCHAR support enabled"
10 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)