cc06f041fc
[Peter: add URL, drop _INSTALL_TARGET] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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
|