[cairo-commit] configure.in
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sat Dec 1 17:42:22 PST 2007
configure.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit b46bb58e11f9d7b7fa68a64ca887c9b996b8f6f2
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sat Dec 1 20:41:55 2007 -0500
[configure.in] Bump freetype required version to 2.1.9 (#13482)
diff --git a/configure.in b/configure.in
index 355e47e..6fcda8c 100644
--- a/configure.in
+++ b/configure.in
@@ -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"
More information about the cairo-commit
mailing list