package/vlc: backport upstream patches to fix compat function for static_assert
[buildroot-gz.git] / package / cjson / Config.in
blobbbe4c4a968fb08352697c9873960427c120aea62
1 config BR2_PACKAGE_CJSON
2         bool "cJSON"
3         # For static build with cJSON.c directly see README
4         depends on !BR2_STATIC_LIBS
5         help
6           An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C
7           compliant JSON parser, under MIT license.
9           http://cjson.sourceforge.net/