Skip to content

Commit 01544dd

Browse files
fanquakemammix2
andcommitted
build: freetype 2.11.0
Co-authored-by: mammix2 <[email protected]>
1 parent 10ac182 commit 01544dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

depends/packages/freetype.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package=freetype
2-
$(package)_version=2.7.1
2+
$(package)_version=2.11.0
33
$(package)_download_path=https://download.savannah.gnu.org/releases/$(package)
4-
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88
4+
$(package)_file_name=$(package)-$($(package)_version).tar.xz
5+
$(package)_sha256_hash=8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7
66

77
define $(package)_set_vars
88
$(package)_config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
9-
$(package)_config_opts += --enable-option-checking
9+
$(package)_config_opts += --enable-option-checking --without-brotli
1010
$(package)_config_opts_linux=--with-pic
1111
endef
1212

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
99
| Boost | [1.71.0](https://www.boost.org/users/download/) | [1.64.0](https://github.com/bitcoin/bitcoin/pull/22320) | No | | |
1010
| Clang<sup>[ \* ](#note1)</sup> | | [7.0](https://releases.llvm.org/download.html) (C++17 & std::filesystem support) | | | |
1111
| fontconfig | [2.12.1](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | |
12-
| FreeType | [2.7.1](https://download.savannah.gnu.org/releases/freetype) | | No | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Android only) |
12+
| FreeType | [2.11.0](https://download.savannah.gnu.org/releases/freetype) | | No | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Android only) |
1313
| GCC | | [8.1](https://gcc.gnu.org/) (C++17 & std::filesystem support) | | | |
1414
| glibc | | [2.18](https://www.gnu.org/software/libc/) | | | | |
1515
| HarfBuzz-NG | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |

0 commit comments

Comments
 (0)