python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / package / yaml-cpp / Config.in
blob6d34f4210e002e4b06b04b1a69727657e3bbc76c
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_USE_WCHAR # boost
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.
11           https://github.com/jbeder/yaml-cpp
13 comment "yaml-cpp needs a toolchain w/ C++, threads, wchar"
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR