Skip to content

Commit 7aee014

Browse files
committed
Changed order of pyjnius optional dependencies
genericndkbuild will now be preferred over sdl2
1 parent 1d460e5 commit 7aee014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class PyjniusRecipe(CythonRecipe):
99
version = 'master'
1010
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
1111
name = 'pyjnius'
12-
depends = [('python2', 'python3crystax'), ('sdl2', 'sdl', 'genericndkbuild'), 'six']
12+
depends = [('python2', 'python3crystax'), ('genericndkbuild', 'sdl2', 'sdl'), 'six']
1313
site_packages_name = 'jnius'
1414

1515
patches = [('sdl2_jnienv_getter.patch', will_build('sdl2')),

0 commit comments

Comments
 (0)