Skip to content

Commit 20d9258

Browse files
authored
Merge pull request #1857 from opacam/hotfix-freetype-bzip2
Add `--without-bzip2` to freetype's configure args
2 parents 26dfac2 + 1e72955 commit 20d9258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/freetype/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def build_arch(self, arch, with_harfbuzz=False):
7676
'--host={}'.format(arch.command_prefix),
7777
'--prefix={}'.format(prefix_path),
7878
'--without-zlib',
79+
'--without-bzip2',
7980
'--with-png=no',
8081
}
8182
if not harfbuzz_in_recipes:

0 commit comments

Comments
 (0)