]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/cjson/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / cjson / Config.in
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.
8
9           http://cjson.sourceforge.net/