2013-03-27 11:28:00 +01:00
|
|
|
config BR2_PACKAGE_LIBJSON
|
|
|
|
bool "libjson"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
A JSON reader and writer which is super-efficient and usually
|
|
|
|
runs circles around other JSON libraries.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/libjson/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libjson needs a toolchain w/ C++"
|
2013-03-27 11:28:00 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|