xref: /OK3568_Linux_fs/buildroot/package/yaml-cpp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_YAML_CPP
2	bool "yaml-cpp"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
5	help
6	  yaml-cpp is a YAML parser and emitter in C++ matching
7	  the YAML 1.2 spec.
8
9	  https://github.com/jbeder/yaml-cpp
10
11comment "yaml-cpp needs a toolchain w/ C++, gcc >= 4.7"
12	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
13