1config BR2_PACKAGE_LIBRELP
2 bool "librelp"
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 help
5 Reliable Event Logging Protocol library
6
7 https://www.rsyslog.com/librelp/
8
9comment "librelp needs a toolchain w/ threads"
10 depends on !BR2_TOOLCHAIN_HAS_THREADS
11