26cb97eecfce3bf110928850204640de00179f02
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libuv / Config.in
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.
9
10           https://github.com/libuv/libuv
11
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