Skip to content

Commit

Permalink
Merge pull request #1857 from opacam/hotfix-freetype-bzip2
Browse files Browse the repository at this point in the history
Add `--without-bzip2` to freetype's configure args
  • Loading branch information
inclement committed Jun 10, 2019
2 parents 26dfac2 + 1e72955 commit 20d9258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythonforandroid/recipes/freetype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def build_arch(self, arch, with_harfbuzz=False):
'--host={}'.format(arch.command_prefix),
'--prefix={}'.format(prefix_path),
'--without-zlib',
'--without-bzip2',
'--with-png=no',
}
if not harfbuzz_in_recipes:
Expand Down

0 comments on commit 20d9258

Please sign in to comment.