linuxOS_D21X/package/third-party/cJSON/Config.in
2024-11-29 16:23:11 +08:00

13 lines
269 B
Plaintext

menuconfig BR2_PACKAGE_CJSON
bool "cJSON"
help
Ultralightweight JSON parser in ANSI C.
https://github.com/DaveGamble/cJSON
if BR2_PACKAGE_CJSON
config BR2_PACKAGE_CJSON_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif