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

Fix build with cython 0.26 #5328

Merged
merged 1 commit into from Aug 20, 2017
Merged

Conversation

inclement
Copy link
Member

I think this is necessary for the build to work with cython 0.26, probably because the cimport only imports from the bcm.pxd file while egl.pyx needs some things from bcm.pyx. I guess this is a change in the new cython version.

It might be worth checking the details, I've tested this only during the Android build, and it resolves the issue there.

@inclement
Copy link
Member Author

Resolves #5327.

@inclement inclement changed the title Added bcm import alongside cimport in egl.pyx Fix build with cython 0.26 Aug 13, 2017
@KeyWeeUsr KeyWeeUsr merged commit 5b9a1c9 into kivy:master Aug 20, 2017
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.

None yet

2 participants