Skip to content

Commit 40b6020

Browse files
committed
Merge pull request #3262 from mdboom/min-freetype-version
BLD : reduces the minimum version of freetype 1.4.0 RC1: --ftversion vs --version freetype version
2 parents 31a0af5 + 96a3ea2 commit 40b6020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ def check(self):
937937

938938
return self._check_for_pkg_config(
939939
'freetype2', 'ft2build.h',
940-
min_version='2.4', version=version)
940+
min_version='2.3', version=version)
941941

942942
def add_flags(self, ext):
943943
pkg_config.setup_extension(

0 commit comments

Comments
 (0)