xref: /OK3568_Linux_fs/buildroot/package/libjson/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBJSON
2	bool "libjson"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  A JSON reader and writer which is super-efficient and usually
6	  runs circles around other JSON libraries.
7
8	  http://sourceforge.net/projects/libjson/
9
10comment "libjson needs a toolchain w/ C++"
11	depends on !BR2_INSTALL_LIBSTDCPP
12