Merge pull request #3362 from edtubbs/1.14.7-dev-freetype

depends: updated to freetype 2.11.0
This commit is contained in:
Old Dip Tracker 2024-03-27 01:55:02 +01:00 committed by GitHub
commit e249afc03e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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