Skip to content

Require c++ stl for Kivy when sdl3 is used (Kivy 3.0.0) #3181

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

Merged
merged 1 commit into from
Jul 31, 2025

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Jul 31, 2025

This pull request introduces a dynamic property to the KivyRecipe class in the pythonforandroid project to determine whether the shared STL library is required based on the presence of sdl3 in the build order.

@misl6 misl6 changed the title Require c++ stl for Kivy when sdl3 is used (Kivy 3.0.0) Require c++ stl for Kivy when sdl3 is used (Kivy 3.0.0) Jul 31, 2025
@misl6 misl6 merged commit 331e4e4 into kivy:develop Jul 31, 2025
33 checks passed
Comment on lines +39 to +42
if "sdl3" in self.ctx.recipe_build_order:
return True
else:
return False
Copy link
Member

Choose a reason for hiding this comment

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

late post merge review, why not simply a one liner return "sdl3" in self.ctx.recipe_build_order

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.

2 participants