rabbitmq-server: security bump to version 3.6.6
[buildroot-gz.git] / package / libuv / Config.in
blob93fbd56557c86c1f3bae4b3597a0d2f1eca62652
1 config BR2_PACKAGE_LIBUV
2         bool "libuv"
3         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # pthread_barrier_*
4         depends on BR2_USE_MMU # fork()
5         depends on !BR2_STATIC_LIBS
6         help
7           libuv is a multi-platform support library with a focus
8           on asynchronous I/O.
10           https://github.com/libuv/libuv
12 comment "libuv needs a toolchain w/ NPTL, dynamic library"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
14         depends on BR2_USE_MMU