mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
depends: freetype: update to 2.13.3
This commit is contained in:
parent
90689980de
commit
89f40389b1
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
||||||
package=freetype
|
package=freetype
|
||||||
$(package)_version=2.13.2
|
$(package)_version=2.13.3
|
||||||
$(package)_download_path=https://sourceforge.net/projects/freetype/files/freetype2/$($(package)_version)/
|
$(package)_download_path=https://sourceforge.net/projects/freetype/files/freetype2/$($(package)_version)/
|
||||||
$(package)_file_name=freetype-$($(package)_version).tar.xz
|
$(package)_file_name=freetype-$($(package)_version).tar.gz
|
||||||
$(package)_sha256_hash=12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
|
$(package)_sha256_hash=5c3a8e78f7b24c20b25b54ee575d6daa40007a5f4eea2845861c3409b3021747
|
||||||
|
|
||||||
define $(package)_set_vars
|
define $(package)_set_vars
|
||||||
$(package)_config_opts = --without-zlib --without-png --without-harfbuzz --without-bzip2 --enable-static --disable-shared
|
$(package)_config_opts := --without-zlib --without-png --without-harfbuzz --without-bzip2 --enable-static --disable-shared
|
||||||
$(package)_config_opts += --enable-option-checking --without-brotli
|
$(package)_config_opts += --enable-option-checking --without-brotli
|
||||||
$(package)_config_opts += --with-pic
|
$(package)_config_opts += --with-pic
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define $(package)_preprocess_cmds
|
||||||
|
rm -rf docs
|
||||||
|
endef
|
||||||
|
|
||||||
define $(package)_config_cmds
|
define $(package)_config_cmds
|
||||||
printenv && \
|
|
||||||
echo "$($(package)_autoconf)" && \
|
|
||||||
$($(package)_autoconf)
|
$($(package)_autoconf)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue