flann: bump version to fix build with gcc 6
[buildroot-gz.git] / package / json-c / Config.in
blob4df44a96ab66dcf8ad66390c95832fb025cf37e2
1 config BR2_PACKAGE_JSON_C
2         bool "json-c"
3         # uses __sync_val_compare_and_swap_4
4         depends on BR2_TOOLCHAIN_HAS_SYNC_4
5         help
6           JSON-C - A JSON implementation in C
8           JSON-C implements a reference counting object model that
9           allows you to easily construct JSON objects in C, output
10           them as JSON formatted strings and parse JSON formatted
11           strings back into the C representation of JSON objects.
13           https://github.com/json-c/json-c/