summaryrefslogtreecommitdiffstats
path: root/package/efl/libeio/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-12-30 11:52:15 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-30 11:52:15 +0100
commite67a6cebcda671e34ff006029948dbf93fce5291 (patch)
tree7a4956064fadf725fb2d79022750a958ef956b7c /package/efl/libeio/Config.in
parent8850c522172acc6586c32a30f2dee79501293636 (diff)
parent473af436480f08e78377154783276b1c348b2625 (diff)
downloadbuildroot-novena-e67a6cebcda671e34ff006029948dbf93fce5291.tar.gz
buildroot-novena-e67a6cebcda671e34ff006029948dbf93fce5291.zip
Merge branch 'e17' of git://git.free-electrons.com/users/thomas-petazzoni/buildroot
Diffstat (limited to 'package/efl/libeio/Config.in')
-rw-r--r--package/efl/libeio/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/efl/libeio/Config.in b/package/efl/libeio/Config.in
new file mode 100644
index 000000000..0b2751ce6
--- /dev/null
+++ b/package/efl/libeio/Config.in
@@ -0,0 +1,18 @@
+config BR2_PACKAGE_LIBEIO
+ bool "libeio"
+ select BR2_PACKAGE_LIBEET
+ select BR2_PACKAGE_LIBEINA
+ select BR2_PACKAGE_LIBECORE
+ help
+ Eio integrates with EFL (Ecore, Eina) to provide efficient
+ filesystem Input/Output (I/O). It use the best techniques to
+ achieve such purpose, like using at-variants, splice,
+ properly handling errors and doing it in an asynchronous
+ fashion by means of worker threads. It is also ported to
+ Windows, so multi-platform.
+
+ Whenever you need to list a directory, copy, move or delete
+ files, Eio will do that task better than you'd achieve with
+ naive implementations, and it is easy to use.
+
+ http://trac.enlightenment.org/e/wiki/Eio