xref: /OK3568_Linux_fs/buildroot/package/docker-cli/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_DOCKER_CLI
2*4882a593Smuzhiyun	bool "docker-cli"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Docker is a platform to build, ship,
8*4882a593Smuzhiyun	  and run applications as lightweight containers.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://github.com/docker/cli
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunif BR2_PACKAGE_DOCKER_CLI
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunconfig BR2_PACKAGE_DOCKER_CLI_STATIC
15*4882a593Smuzhiyun	bool "build static client"
16*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  Build a static docker client.
19*4882a593Smuzhiyun
20*4882a593Smuzhiyunendif
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuncomment "docker-cli needs a toolchain w/ threads"
23*4882a593Smuzhiyun	depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
24*4882a593Smuzhiyun	depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
25*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
26