We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d10569 commit f06f3e4Copy full SHA for f06f3e4
1 file changed
pythonforandroid/recipes/kivy/__init__.py
@@ -76,6 +76,7 @@ def get_recipe_env(self, arch, **kwargs):
76
sdl3_ttf_recipe = self.get_recipe("sdl3_ttf", self.ctx)
77
sdl3_recipe = self.get_recipe("sdl3", self.ctx)
78
env["USE_SDL3"] = "1"
79
+ env["USE_SDL2"] = "0"
80
env["KIVY_SPLIT_EXAMPLES"] = "1"
81
env["KIVY_SDL3_PATH"] = ":".join(
82
[
0 commit comments