Skip to content

Commit 00b8522

Browse files
authored
Merge pull request #2382 from barton2526/freetype
depends: avoid system harfbuzz and bz2
2 parents c6de032 + 9ce1bbe commit 00b8522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/freetype.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $(package)_file_name=$(package)-$($(package)_version).tar.bz2
66
$(package)_sha256_hash=3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88
77

88
define $(package)_set_vars
9-
$(package)_config_opts=--without-zlib --without-png --disable-static
9+
$(package)_config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
1010
$(package)_config_opts_linux=--with-pic
1111
$(package)_cxxflags_aarch64_linux = $(GCCFLAGS)
1212
$(package)_cflags_aarch64_linux = $(GCCFLAGS)

0 commit comments

Comments
 (0)