xref: /OK3568_Linux_fs/buildroot/package/librelp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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