diff options
Diffstat (limited to 'package/jsoncpp/Config.in')
-rw-r--r-- | package/jsoncpp/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/jsoncpp/Config.in b/package/jsoncpp/Config.in new file mode 100644 index 0000000000..3ec02e17d6 --- /dev/null +++ b/package/jsoncpp/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_JSONCPP + depends on BR2_INSTALL_LIBSTDCPP + bool "jsoncpp" + help + JsonCpp is a C++ library that allows manipulating JSON + values, including serialization and deserialization to and + from strings. It can also preserve existing comment in + unserialization/serialization steps, making it a convenient + format to store user input files. + + https://github.com/open-source-parsers/jsoncpp + +comment "jsoncpp needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP |