buildrootschalter/package/snmppp/Config.in
Peter Korsgaard 82c44b3f0f snmppp: adjust toolchain comment for new-style format
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-14 22:33:19 +02:00

13 lines
382 B
Plaintext

config BR2_PACKAGE_SNMPPP
bool "snmp++"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_OPENSSL
help
SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html
comment "snmp++ needs a toolchain w/ threads, C++"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS