2
1

Config.in 589 B

123456789101112131415
  1. config BR2_PACKAGE_DOCKER_COMPOSE
  2. bool "docker-compose"
  3. depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
  4. depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. depends on BR2_PACKAGE_DOCKER_CLI
  7. help
  8. Multi-container applications with the Docker CLI.
  9. https://github.com/docker/compose
  10. comment "docker-compose needs docker-cli and a toolchain w/ threads"
  11. depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
  12. depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_DOCKER_CLI