Skip to content

Commit 6025758

Browse files
author
alex v
authored
Update freetype.mk (#433)
Updates FreeType depend file to 2.7.1
1 parent 375c657 commit 6025758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/packages/freetype.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package=freetype
2-
$(package)_version=2.6.3
2+
$(package)_version=2.7.1
33
$(package)_download_path=http://download.savannah.gnu.org/releases/$(package)
44
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2
5+
$(package)_sha256_hash=3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88
66

77
define $(package)_set_vars
8-
$(package)_config_opts=--without-zlib --without-png --disable-static
8+
$(package)_config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
99
$(package)_config_opts_linux=--with-pic
1010
endef
1111

0 commit comments

Comments
 (0)