Skip to content

Commit 8a5cc17

Browse files
committed
Reset to sdl2 for fontconfig
1 parent 712a0dd commit 8a5cc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/fontconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class FontconfigRecipe(BootstrapNDKRecipe):
99
version = "really_old"
1010
url = 'https://github.com/vault/fontconfig/archive/androidbuild.zip'
11-
depends = ['sdlx']
11+
depends = ['sdl2']
1212
dir_name = 'fontconfig'
1313

1414
def build_arch(self, arch):

0 commit comments

Comments
 (0)