Skip to content

Commit

Permalink
Update freetype.mk (#433)
Browse files Browse the repository at this point in the history
Updates FreeType depend file to 2.7.1
  • Loading branch information
alex v committed Mar 28, 2019
1 parent 375c657 commit 6025758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions depends/packages/freetype.mk
@@ -1,11 +1,11 @@
package=freetype
$(package)_version=2.6.3
$(package)_version=2.7.1
$(package)_download_path=http://download.savannah.gnu.org/releases/$(package)
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
$(package)_sha256_hash=371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2
$(package)_sha256_hash=3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88

define $(package)_set_vars
$(package)_config_opts=--without-zlib --without-png --disable-static
$(package)_config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
$(package)_config_opts_linux=--with-pic
endef

Expand Down

0 comments on commit 6025758

Please sign in to comment.