mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
12
package/yaml-cpp/Config.in
Normal file
12
package/yaml-cpp/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_YAML_CPP
|
||||
bool "yaml-cpp"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
|
||||
help
|
||||
yaml-cpp is a YAML parser and emitter in C++ matching
|
||||
the YAML 1.2 spec.
|
||||
|
||||
https://github.com/jbeder/yaml-cpp
|
||||
|
||||
comment "yaml-cpp needs a toolchain w/ C++, gcc >= 4.7"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
Reference in New Issue
Block a user