Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --without-bzip2 to freetype's configure args #1857

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

opacam
Copy link
Member

@opacam opacam commented Jun 10, 2019

To fix freetype build for openSUSE and maybe other oses.

Note: It seems that there is a bug in bzip2-devel for debian and derivatives which are distributed without a pkg-config file, so when we compile freetype with a debian os (or derivative) we build it without bzip2 support, so we enforce to disable bzip2 support, because we know that freetype works fine without bzip2 support

Resolves: #1854

@opacam
Copy link
Member Author

opacam commented Jun 10, 2019

The tox tests failed, as expected, until we don't merge #1852 we will get the same tox error, we should address that soon...

@opacam opacam added the bug label Jun 10, 2019
To fix freetype build for `openSUSE` and maybe other oses.

Note: It seems that there is a bug in `bzip2-devel` for debian and derivatives which are distributed without a `pkg-config` file, so when we compile freetype with a debian os (or derivative) we build it without bzip2 support, so we enforce to disable bzip2 support, because we know that freetype works fine without bzip2 support

Resolves: kivy#1854
Copy link
Member

@inclement inclement left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @opacam

@inclement inclement merged commit 20d9258 into kivy:develop Jun 10, 2019
@opacam opacam deleted the hotfix-freetype-bzip2 branch June 15, 2019 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

apk build error: bzlib.h: No such file or directory
2 participants