Skip to content

Commit eb5e35a

Browse files
committed
[recipes] Update freetype version for matplotlib...
and dummy change to `matplotlib` recipe... just to force`rebuild_updated_recipes` to detect `matplotlib` changes
1 parent b2a7c05 commit eb5e35a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/recipes/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_recipe_env(self, arch=None, with_flags_in_cc=True):
122122
env['XDG_CACHE_HOME'] = join(self.get_build_dir(arch), 'p4a_files')
123123
# we make use of the same directory than `XDG_CACHE_HOME`, for our
124124
# custom library pc files, so we have all the install files that we
125-
# generate at the same place
125+
# generate at the same place.
126126
env['PKG_CONFIG_PATH'] = env['XDG_CACHE_HOME']
127127

128128
# We set a new environ variable `NUMPY_INCLUDES` to be able to tell

pythonforandroid/recipes/matplotlib/libfreetype.pc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ libdir=${exec_prefix}/objs/.libs
55

66
Name: freetype2
77
Description: The freetype2 library
8-
Version: 2.5.5
8+
Version: 2.10.1
99
Cflags: -I${includedir}
1010
Libs: -L${libdir} -lfreetype

0 commit comments

Comments
 (0)