From 26406543db143b546eade6f61629c85a71208329 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Wed, 27 Mar 2013 10:28:00 +0000 Subject: libjson: new package [Peter: fix static builds, don't run ldconfig, disable assert checks] Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- package/libjson/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libjson/Config.in (limited to 'package/libjson/Config.in') 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 -- cgit v1.2.3