mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-17 02:00:34 +01:00
[configure.in] Bump freetype required version to 2.1.9 (#13482)
This commit is contained in:
parent
b701b42630
commit
b46bb58e11
1 changed files with 4 additions and 4 deletions
|
|
@ -482,8 +482,8 @@ dnl ===========================================================================
|
|||
# freetype2.pc in the release.
|
||||
#
|
||||
# FreeType versions come in three forms:
|
||||
# release (such as 2.1.5)
|
||||
# libtool (such as 9.4.3) (returned by freetype-config and pkg-config)
|
||||
# release (such as 2.1.9)
|
||||
# libtool (such as 9.7.3) (returned by freetype-config and pkg-config)
|
||||
# platform-specific/soname (such as 6.3.4)
|
||||
# and they recommend you never use the platform-specific version
|
||||
# (see docs/VERSION.DLL in freetype2 sources)
|
||||
|
|
@ -491,9 +491,9 @@ dnl ===========================================================================
|
|||
# Set these as appropriate:
|
||||
|
||||
# release number - for information only
|
||||
FREETYPE_MIN_RELEASE=2.1.0
|
||||
FREETYPE_MIN_RELEASE=2.1.9
|
||||
# libtool-specific version - this is what is checked
|
||||
FREETYPE_MIN_VERSION=8.0.2
|
||||
FREETYPE_MIN_VERSION=9.7.3
|
||||
|
||||
CAIRO_BACKEND_ENABLE(ft, FreeType font, freetype, FT_FONT, auto, [
|
||||
ft_REQUIRES="fontconfig"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue