summaryrefslogtreecommitdiffstats
path: root/package/libjson/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libjson/Config.in')
-rw-r--r--package/libjson/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libjson/Config.in b/package/libjson/Config.in
new file mode 100644
index 000000000..949c748f3
--- /dev/null
+++ b/package/libjson/Config.in
@@ -0,0 +1,11 @@
+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/
+
+comment "libjson requires a toolchain with C++ support"
+ depends on !BR2_INSTALL_LIBSTDCPP