From 486c225f0093472ea58c049da5b7bfdce9fb72e9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 5 Mar 2009 19:25:13 +0000 Subject: xerces: needs C++ support in toolchain --- package/xerces/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/xerces') 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 -- cgit v1.2.3-55-g7522