9e00b3df4957d6c081ddf8d6ff0c3b6c43a6c3dc
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / yaml-cpp / Config.in
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         select BR2_PACKAGE_BOOST
7         help
8           yaml-cpp is a YAML parser and emitter in C++ matching
9           the YAML 1.2 spec.
10
11           https://code.google.com/p/yaml-cpp/
12
13 comment "yaml-cpp needs a toolchain w/ C++, threads"
14         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
15         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS