summaryrefslogtreecommitdiff
path: root/packages/graphics/freetype/freetype.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-09 22:52:57 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-09 22:52:57 +0100
commitcdbcbd3843499030626ba0aecf88055318b594ba (patch)
treea9a053412077780dd304efa32e1683f7fa0a013d /packages/graphics/freetype/freetype.kconfig
parent23a56ca6f5b7404647bb07755ba280d656523859 (diff)
downloadembtoolkit-cdbcbd3843499030626ba0aecf88055318b594ba.tar.gz
embtoolkit-cdbcbd3843499030626ba0aecf88055318b594ba.tar.bz2
embtoolkit-cdbcbd3843499030626ba0aecf88055318b594ba.tar.xz
Packages: Freetype: update buildable versions
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/graphics/freetype/freetype.kconfig')
-rw-r--r--packages/graphics/freetype/freetype.kconfig14
1 files changed, 11 insertions, 3 deletions
diff --git a/packages/graphics/freetype/freetype.kconfig b/packages/graphics/freetype/freetype.kconfig
index 8d8bee4..c6fe58e 100644
--- a/packages/graphics/freetype/freetype.kconfig
+++ b/packages/graphics/freetype/freetype.kconfig
@@ -1,6 +1,6 @@
################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -38,16 +38,24 @@ config EMBTK_HAVE_FREETYPE
choice
prompt "FreeType version you wish"
- default EMBTK_FREETYPE_VERSION_2_3_9
depends on EMBTK_HAVE_FREETYPE
help
- Here you can choose which version of freetype you want to use.
+ Here you can choose which version of freetype you want to use.
+ config EMBTK_FREETYPE_VERSION_2_3_12
+ bool "FreeType-2.3.12"
+ config EMBTK_FREETYPE_VERSION_2_3_11
+ bool "FreeType-2.3.11"
+ config EMBTK_FREETYPE_VERSION_2_3_10
+ bool "FreeType-2.3.10"
config EMBTK_FREETYPE_VERSION_2_3_9
bool "FreeType-2.3.9"
endchoice
config EMBTK_FREETYPE_VERSION_STRING
string
+ default "2.3.12" if EMBTK_FREETYPE_VERSION_2_3_12
+ default "2.3.11" if EMBTK_FREETYPE_VERSION_2_3_11
+ default "2.3.10" if EMBTK_FREETYPE_VERSION_2_3_10
default "2.3.9" if EMBTK_FREETYPE_VERSION_2_3_9