gst1-plugins-base: bump version to 1.6.0
[buildroot-gz.git] / package / yaml-cpp / Config.in
blob3cfb955a5f74d8cf9d27708d01269519c3213a7f
1 config BR2_PACKAGE_YAML_CPP
2         bool "yaml-cpp"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS # boost
5         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
6         depends on BR2_USE_WCHAR # boost
7         select BR2_PACKAGE_BOOST
8         help
9           yaml-cpp is a YAML parser and emitter in C++ matching
10           the YAML 1.2 spec.
12           https://code.google.com/p/yaml-cpp/
14 comment "yaml-cpp needs a toolchain w/ C++, threads, wchar"
15         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
16         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR