[Buildroot] [git commit] rapidjson: needs C++ support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu May 4 19:37:10 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=ab56ce15c1802f41259718e6d36e35790fd8cb0a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:

  http://autobuild.buildroot.net/results/ac989c119e4ea90b8318795fe9cf8c3e9395a354/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/rapidjson/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/rapidjson/Config.in b/package/rapidjson/Config.in
index b8c8bcf..3367385 100644
--- a/package/rapidjson/Config.in
+++ b/package/rapidjson/Config.in
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_RAPIDJSON
 	bool "rapidjson"
+	depends on BR2_INSTALL_LIBSTDCPP
 	help
 	  A fast JSON parser/generator for C++ with both SAX/DOM style API.
 
 	  http://rapidjson.org/
+
+comment "rapidjson needs a toolchain w/ C++"
+	depends on !BR2_INSTALL_LIBSTDCPP


More information about the buildroot mailing list