Version bump to 2.3.7

This package should be converted to use Makefile.autotools.in by someone who uses it..
This commit is contained in:
Hamish Moffatt 2008-09-05 01:03:45 +00:00
parent add5629d4a
commit 50bad3ea45
2 changed files with 4 additions and 4 deletions

View file

@ -16,12 +16,12 @@ choice
config BR2_FREETYPE_VERSION_2_2_1
bool "Freetype 2.2.1"
config BR2_FREETYPE_VERSION_2_3_5
bool "Freetype 2.3.5"
config BR2_FREETYPE_VERSION_2_3_7
bool "Freetype 2.3.7"
endchoice
config BR2_FREETYPE_VERSION
string
default "2.2.1" if BR2_FREETYPE_VERSION_2_2_1
default "2.3.5" if BR2_FREETYPE_VERSION_2_3_5
default "2.3.7" if BR2_FREETYPE_VERSION_2_3_7

View file

@ -16,7 +16,7 @@ $(DL_DIR)/$(FREETYPE_SOURCE):
$(FREETYPE_DIR)/.unpacked: $(DL_DIR)/$(FREETYPE_SOURCE)
$(FREETYPE_CAT) $(DL_DIR)/$(FREETYPE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(FREETYPE_DIR) package/freetype/ \*.patch
toolchain/patch-kernel.sh $(FREETYPE_DIR) package/freetype/ freetype-$(FREETYPE_VERSION)-\*.patch
$(CONFIG_UPDATE) $(FREETYPE_DIR)
$(CONFIG_UPDATE) $(FREETYPE_DIR)/builds/unix
touch $@