Skip to content

Commit 237df9d

Browse files
committed
Fixed patches in vispy recipe
1 parent 256a211 commit 237df9d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pythonforandroid/recipes/vispy/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ class VispyRecipe(PythonRecipe):
1616
patches = ['disable_freetype.patch',
1717
'disable_font_triage.patch',
1818
'use_es2.patch',
19-
'remove_ati_check.patch',
20-
'make_shader_es2_compliant.patch',
21-
'detect_finger_events.patch']
19+
'remove_ati_check.patch']
2220

2321

2422
recipe = VispyRecipe()

0 commit comments

Comments
 (0)