btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / libuv / Config.in
blob26cb97eecfce3bf110928850204640de00179f02
1 config BR2_PACKAGE_LIBUV
2         bool "libuv"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
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/ threads, dynamic library"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
14         depends on BR2_USE_MMU