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

[recipes] Update freetype & add zlib support #2068

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

opacam
Copy link
Member

@opacam opacam commented Feb 24, 2020

Tested at runtime with an app of mine for arm64.v8a and Python 3.8.1 (the default for p4a develop branch at the time of writing) using the updated Pillow recipe #2067 alongside an updated harfbuzz recipe (which I will publish later in a separate PR)

Comment on lines -38 to -40
env['CFLAGS'] = ' '.join(
[env['CFLAGS'], '-DFT_CONFIG_OPTION_USE_HARFBUZZ']
)
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed this macro because it's already defined with the latest version of freetype, and, if we keep it, will throw a warning during the compilation

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

LGTM thanks

@inclement inclement merged commit d59b910 into kivy:develop Mar 30, 2020
@inclement
Copy link
Member

Thanks!

zworkb pushed a commit to zworkb/python-for-android that referenced this pull request Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants