mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libjson: new package
[Peter: fix static builds, don't run ldconfig, disable assert checks] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
8f434ff274
commit
26406543db
11
package/libjson/Config.in
Normal file
11
package/libjson/Config.in
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user