summaryrefslogtreecommitdiff
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
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>
-rw-r--r--packages/graphics/freetype/freetype.kconfig14
-rw-r--r--packages/graphics/freetype/freetype.mk2
2 files changed, 12 insertions, 4 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
diff --git a/packages/graphics/freetype/freetype.mk b/packages/graphics/freetype/freetype.mk
index f9a8c84..a9d67cb 100644
--- a/packages/graphics/freetype/freetype.mk
+++ b/packages/graphics/freetype/freetype.mk
@@ -23,7 +23,7 @@
################################################################################
FREETYPE_VERSION := $(subst ",,$(strip $(CONFIG_EMBTK_FREETYPE_VERSION_STRING)))
-FREETYPE_SITE := http://mirrors.linhub.com/savannah/freetype
+FREETYPE_SITE := http://downloads.sourceforge.net/project/freetype/freetype2/$(FREETYPE_VERSION)
FREETYPE_PACKAGE := freetype-$(FREETYPE_VERSION).tar.bz2
FREETYPE_BUILD_DIR := $(PACKAGES_BUILD)/freetype-$(FREETYPE_VERSION)