We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712a0dd commit 8a5cc17Copy full SHA for 8a5cc17
pythonforandroid/recipes/fontconfig/__init__.py
@@ -8,7 +8,7 @@
8
class FontconfigRecipe(BootstrapNDKRecipe):
9
version = "really_old"
10
url = 'https://github.com/vault/fontconfig/archive/androidbuild.zip'
11
- depends = ['sdlx']
+ depends = ['sdl2']
12
dir_name = 'fontconfig'
13
14
def build_arch(self, arch):
0 commit comments