summaryrefslogtreecommitdiffstats
path: root/package/rapidjson
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-04 21:37:10 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-04 21:37:10 +0200
commitab56ce15c1802f41259718e6d36e35790fd8cb0a (patch)
treecc95085c9900ce20c0aa4cf30c205602af2a5ade /package/rapidjson
parent4d11848a21d4424a04e8428c4cd3bd5e972aacdf (diff)
downloadbuildroot-ab56ce15c1802f41259718e6d36e35790fd8cb0a.tar.gz
buildroot-ab56ce15c1802f41259718e6d36e35790fd8cb0a.zip
rapidjson: needs C++ support
Fixes: http://autobuild.buildroot.net/results/ac989c119e4ea90b8318795fe9cf8c3e9395a354/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rapidjson')
-rw-r--r--package/rapidjson/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/rapidjson/Config.in b/package/rapidjson/Config.in
index b8c8bcf6a6..3367385008 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
OpenPOWER on IntegriCloud