diff options
Diffstat (limited to 'package/yaml-cpp/Config.in')
-rw-r--r-- | package/yaml-cpp/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/yaml-cpp/Config.in b/package/yaml-cpp/Config.in index d6afdacea3..954a944a15 100644 --- a/package/yaml-cpp/Config.in +++ b/package/yaml-cpp/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_YAML_CPP bool "yaml-cpp" depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_LARGEFILE # boost depends on BR2_TOOLCHAIN_HAS_THREADS # boost select BR2_PACKAGE_BOOST help @@ -10,5 +9,5 @@ config BR2_PACKAGE_YAML_CPP https://code.google.com/p/yaml-cpp/ -comment "yaml-cpp needs a toolchain w/ C++, largefile, threads" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS +comment "yaml-cpp needs a toolchain w/ C++, threads" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS |