mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Merge pull request #3362 from edtubbs/1.14.7-dev-freetype
depends: updated to freetype 2.11.0
This commit is contained in:
commit
e249afc03e
@ -1,12 +1,12 @@
|
||||
package=freetype
|
||||
$(package)_version=2.7.1
|
||||
$(package)_version=2.11.0
|
||||
$(package)_download_path=http://download.savannah.gnu.org/releases/$(package)
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
||||
$(package)_sha256_hash=3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.xz
|
||||
$(package)_sha256_hash=8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7
|
||||
|
||||
define $(package)_set_vars
|
||||
$(package)_config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
|
||||
$(package)_config_opts_linux=--with-pic
|
||||
$(package)_config_opts_linux=--with-pic --without-brotli
|
||||
endef
|
||||
|
||||
define $(package)_config_cmds
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user