blob: 39ec1c6fba2d4045906ab54fe89e354a59f77c42 (
plain)
1
2
3
4
5
6
7
8
|
config ZABBIX_BUILD_SUPPORT_BIN
bool
depends on (PACKAGE_zabbix-agentd || PACKAGE_zabbix-proxy || PACKAGE_zabbix-server)
default y
help
This option exists to prevent trying to build get and/or sender when none
of agentd, server, or proxy are being built. In that case get and sender are
not built by the Zabbix build system.
|