12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
|
config BR2_PACKAGE_LIBEET
|
||
|
bool "libeet"
|
||
|
select BR2_PACKAGE_ZLIB
|
||
|
select BR2_PACKAGE_JPEG
|
||
|
select BR2_PACKAGE_LIBEINA
|
||
|
help
|
||
|
Eet is a tiny library designed to write an arbitary set of
|
||
|
chunks of data to a file and optionally compress each chunk
|
||
|
(very much like a zip file).
|
||
|
|
||
|
http://trac.enlightenment.org/e/wiki/Eet
|