diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-05 19:25:13 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-05 19:25:13 +0000 |
commit | 486c225f0093472ea58c049da5b7bfdce9fb72e9 (patch) | |
tree | 2a7517039b3919d1b1b8ddd0e8cb2f677e81b129 /package | |
parent | a46fdff085e9131145abcc0ce80bc80773ef4c7a (diff) | |
download | buildroot-novena-486c225f0093472ea58c049da5b7bfdce9fb72e9.tar.gz buildroot-novena-486c225f0093472ea58c049da5b7bfdce9fb72e9.zip |
xerces: needs C++ support in toolchain
Diffstat (limited to 'package')
-rw-r--r-- | package/xerces/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/xerces/Config.in b/package/xerces/Config.in index d7bc21b16..85bd96cf1 100644 --- a/package/xerces/Config.in +++ b/package/xerces/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_XERCES bool "xerces-c++" + depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_LIBICONV help Xerces-C++ is a validating XML parser written in portable C++. http://xml.apache.org/xerces-c/ + +comment "xerces-c++ requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP |