janus-gateway: make echo test plugin optional
[buildroot-gz.git] / package / rsyslog / Config.in
blobc4dc97af3398c11b57a846a0fb95d18b40c28d29
1 config BR2_PACKAGE_RSYSLOG
2         bool "rsyslog"
3         select BR2_PACKAGE_ZLIB
4         select BR2_PACKAGE_LIBESTR
5         select BR2_PACKAGE_LIBLOGGING
6         select BR2_PACKAGE_LIBFASTJSON
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         depends on BR2_USE_MMU # fork()
9         depends on !BR2_STATIC_LIBS # modules
10         depends on !BR2_TOOLCHAIN_USES_MUSL # GLOB_BRACE
11         # Propagate the exact same dependency from libfastjson,
12         # even though rsyslog already depends on threads for itself:
13         depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
14         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
15         help
16           Rsyslog is a powerful and flexible syslog implementation
18           http://www.rsyslog.com
20 comment "rsyslog needs a uClibc or glibc toolchain w/ threads, dynamic library"
21         depends on BR2_USE_MMU
22         depends on BR2_TOOLCHAIN_HAS_SYNC_4
23         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
24                 || BR2_TOOLCHAIN_USES_MUSL
25         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS