summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-23 15:45:08 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-23 15:45:08 +0200
commit0034b27b152834325ca926042f47cb033540bf5d (patch)
tree3703db857a65350d88e3d063720963ce6fcf466a /packages
parent8e9114ab4e170268f615a807a0b1674bd199a426 (diff)
downloadembtoolkit-0034b27b152834325ca926042f47cb033540bf5d.tar.gz
embtoolkit-0034b27b152834325ca926042f47cb033540bf5d.tar.bz2
embtoolkit-0034b27b152834325ca926042f47cb033540bf5d.tar.xz
Packages: libpng: add libpng-1.4.{3,4}
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/graphics/libpng/libpng.kconfig14
1 files changed, 10 insertions, 4 deletions
diff --git a/packages/graphics/libpng/libpng.kconfig b/packages/graphics/libpng/libpng.kconfig
index 47f6448..711c901 100644
--- a/packages/graphics/libpng/libpng.kconfig
+++ b/packages/graphics/libpng/libpng.kconfig
@@ -27,16 +27,20 @@ config EMBTK_HAVE_LIBPNG
bool "Have libpng"
select EMBTK_HAVE_ZLIB
help
- libpng is the reference library for use in applications that read,
- create, and manipulate PNG (Portable Network Graphics) raster image
- files.
+ libpng is the reference library for use in applications that
+ read, create, and manipulate PNG (Portable Network Graphics)
+ raster image files.
choice
prompt "libpng version you wish"
depends on EMBTK_HAVE_LIBPNG
help
- Here you can choose which version of libpng you want to use.
+ Here you can choose which version of libpng you want to use.
+ config EMBTK_LIBPNG_VERSION_1_4_4
+ bool "libpng-1.4.4"
+ config EMBTK_LIBPNG_VERSION_1_4_3
+ bool "libpng-1.4.3"
config EMBTK_LIBPNG_VERSION_1_4_2
bool "libpng-1.4.2"
config EMBTK_LIBPNG_VERSION_1_2_42
@@ -49,6 +53,8 @@ endchoice
config EMBTK_LIBPNG_VERSION_STRING
string
+ default "1.4.4" if EMBTK_LIBPNG_VERSION_1_4_4
+ default "1.4.3" if EMBTK_LIBPNG_VERSION_1_4_3
default "1.4.2" if EMBTK_LIBPNG_VERSION_1_4_2
default "1.2.42" if EMBTK_LIBPNG_VERSION_1_2_42
default "1.2.41" if EMBTK_LIBPNG_VERSION_1_2_41