mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-15 08:13:34 +08:00
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:
parent
add5629d4a
commit
50bad3ea45
@ -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
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user