xref: /OK3568_Linux_fs/buildroot/package/jsoncpp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_JSONCPP
2*4882a593Smuzhiyun	bool "jsoncpp"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  JsonCpp is a C++ library that allows manipulating JSON
7*4882a593Smuzhiyun	  values, including serialization and deserialization to and
8*4882a593Smuzhiyun	  from strings. It can also preserve existing comment in
9*4882a593Smuzhiyun	  unserialization/serialization steps, making it a convenient
10*4882a593Smuzhiyun	  format to store user input files.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://github.com/open-source-parsers/jsoncpp
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "jsoncpp needs a toolchain w/ C++, gcc >= 4.7"
15*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
16