Config.in 381 B

123456789101112
  1. config 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. https://github.com/jbeder/yaml-cpp
  9. comment "yaml-cpp needs a toolchain w/ C++, gcc >= 4.7"
  10. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7