5b1e395788edd728341dd23c4f5a53df0c34471d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / efl / libeio / Config.in
1 config BR2_PACKAGE_LIBEIO
2         bool "libeio"
3         select BR2_PACKAGE_LIBEET
4         select BR2_PACKAGE_LIBEINA
5         select BR2_PACKAGE_LIBECORE
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         help
8           Eio integrates with EFL (Ecore, Eina) to provide efficient
9           filesystem Input/Output (I/O). It use the best techniques to
10           achieve such purpose, like using at-variants, splice,
11           properly handling errors and doing it in an asynchronous
12           fashion by means of worker threads. It is also ported to
13           Windows, so multi-platform.
14
15           Whenever you need to list a directory, copy, move or delete
16           files, Eio will do that task better than you'd achieve with
17           naive implementations, and it is easy to use.
18
19           http://trac.enlightenment.org/e/wiki/Eio
20
21 comment "libeio needs a toolchain w/ threads"
22         depends on !BR2_TOOLCHAIN_HAS_THREADS