From bbd1ae54fffcfc39ef754822b40215547d15c8f0 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 6 Aug 2010 23:07:32 +0200 Subject: Packages: freetype: add freetype-2.4.2 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/graphics/freetype/freetype.kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/graphics/freetype/freetype.kconfig b/packages/graphics/freetype/freetype.kconfig index 31fd2b1..e4435f5 100644 --- a/packages/graphics/freetype/freetype.kconfig +++ b/packages/graphics/freetype/freetype.kconfig @@ -43,6 +43,8 @@ choice help Here you can choose which version of freetype you want to use. + config EMBTK_FREETYPE_VERSION_2_4_2 + bool "FreeType-2.4.2" config EMBTK_FREETYPE_VERSION_2_4_1 bool "FreeType-2.4.1" config EMBTK_FREETYPE_VERSION_2_4_0 @@ -59,6 +61,7 @@ endchoice config EMBTK_FREETYPE_VERSION_STRING string + default "2.4.2" if EMBTK_FREETYPE_VERSION_2_4_2 default "2.4.1" if EMBTK_FREETYPE_VERSION_2_4_1 default "2.4.0" if EMBTK_FREETYPE_VERSION_2_4_0 default "2.3.12" if EMBTK_FREETYPE_VERSION_2_3_12 -- cgit v1.2.3