linux-pam: add optional libselinux and audit dependencies
[buildroot-gz.git] / package / jsoncpp / Config.in
blob83118c400cde2b21c36edf4c872b3a82c1e36ec8
1 config BR2_PACKAGE_JSONCPP
2         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
3         depends on BR2_INSTALL_LIBSTDCPP
4         bool "jsoncpp"
5         help
6           JsonCpp is a C++ library that allows manipulating JSON
7           values, including serialization and deserialization to and
8           from strings. It can also preserve existing comment in
9           unserialization/serialization steps, making it a convenient
10           format to store user input files.
12           https://github.com/open-source-parsers/jsoncpp
14 comment "jsoncpp needs a toolchain w/ C++, gcc >= 4.7"
15         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7