diff --git a/tasks/renpython.py b/tasks/renpython.py index e22faabd..57ece8ec 100644 --- a/tasks/renpython.py +++ b/tasks/renpython.py @@ -134,6 +134,8 @@ def link_android(c): -lGLESv1_CM -lGLESv2 + -lOpenSLES + -ljpeg -lpng -lwebp diff --git a/tasks/sdl2.py b/tasks/sdl2.py index 092d67aa..954f0576 100644 --- a/tasks/sdl2.py +++ b/tasks/sdl2.py @@ -58,9 +58,12 @@ def build(c): --disable-nas --disable-sndio --disable-fusionsound + + --disable-hidapi + {% endif %} - """) + """) if c.platform == "ios": with open(c.path("include/SDL_config.h"), "a") as f: