linux-pam: add optional libselinux and audit dependencies
[buildroot-gz.git] / package / openpgm / Config.in
blobe37edfe964f40948201c923ce8cfa2c9d7c7876b
1 config BR2_PACKAGE_OPENPGM
2         bool "openpgm"
3         depends on BR2_TOOLCHAIN_HAS_SYNC_2
4         depends on BR2_TOOLCHAIN_HAS_SYNC_4
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on BR2_USE_WCHAR
7         help
8           OpenPGM is an open source implementation of the Pragmatic
9           General Multicast (PGM) specification in RFC 3208 available at
10           www.ietf.org. PGM is a reliable and scalable multicast
11           protocol that enables receivers to detect loss, request
12           retransmission of lost data, or notify an application of
13           unrecoverable loss.
15           https://github.com/steve-o/openpgm/
17 comment "openpgm needs a toolchain w/ wchar, threads"
18         depends on BR2_TOOLCHAIN_HAS_SYNC_2
19         depends on BR2_TOOLCHAIN_HAS_SYNC_4
20         depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)