diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-11 07:27:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-11 07:27:37 +0000 |
commit | 2830e6fb551dd66f7bb2411c7db80e83f49f2cd1 (patch) | |
tree | 4d8f34c618e806ee23626e524e0b001ca5ceeefe /package/tiff/Config.in | |
parent | 962a0ee937b13ab54b2fe30270084b8abb936ba9 (diff) | |
download | buildroot-novena-2830e6fb551dd66f7bb2411c7db80e83f49f2cd1.tar.gz buildroot-novena-2830e6fb551dd66f7bb2411c7db80e83f49f2cd1.zip |
add tiff package
Diffstat (limited to 'package/tiff/Config.in')
-rw-r--r-- | package/tiff/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/tiff/Config.in b/package/tiff/Config.in new file mode 100644 index 000000000..1f6797bf3 --- /dev/null +++ b/package/tiff/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_TIFF + bool "tiff" + default n + select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_JPEG + help + Library for handling TIFF (Tag Image File Format) images. + + http://www.libtiff.org/ |