Skip to content

Commit

Permalink
Bump sdl2 version to 2.26.1 (kivy#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored and ShyamQt committed Feb 17, 2023
1 parent 889ec77 commit 0fb2b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
6 changes: 2 additions & 4 deletions pythonforandroid/recipes/sdl2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@


class LibSDL2Recipe(BootstrapNDKRecipe):
version = "2.26.0"
version = "2.26.1"
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL2-{version}.tar.gz"
md5sum = '35bc58cfe41b8fb6c8e6646be26fa47e'
md5sum = 'fba211fe2c67609df6fa3cf55d3c74dc'

dir_name = 'SDL'

patches = ['remove-extra-include.patch']

depends = ['sdl2_image', 'sdl2_mixer', 'sdl2_ttf']

def get_recipe_env(self, arch=None, with_flags_in_cc=True, with_python=True):
Expand Down
12 changes: 0 additions & 12 deletions pythonforandroid/recipes/sdl2/remove-extra-include.patch

This file was deleted.

0 comments on commit 0fb2b16

Please sign in to comment.