]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Bump Fontconfig minimum version.
authorPatrick McCarty <pnorcks@gmail.com>
Sat, 8 May 2010 20:42:31 +0000 (13:42 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 8 May 2010 21:53:39 +0000 (14:53 -0700)
LilyPond currently uses an interface from Fontconfig that was
obsoleted in Fontconfig 2.3.96.  To prepare for a code cleanup (in
the next commit), bump Fontconfig to 2.4.0, the next stable
release following 2.3.96.

Documentation/included/compile.itexi
configure.in

index 7be0903b0b085924f68c774fd6f2d204cd90dd93..81d82ddf252007b6ca2530b6a340111523053c30 100644 (file)
@@ -69,7 +69,7 @@ software:
 @item @uref{http://www.dejavu-fonts.org/, DejaVu fonts} (normally
 installed by default)
 
-@item @uref{http://www.fontconfig.org/, FontConfig} (2.2 or newer)
+@item @uref{http://www.fontconfig.org/, FontConfig} (2.4.0 or newer)
 
 @item @uref{http://www.freetype.org/, Freetype} (2.1.10 or newer)
 
index 51be105f6cde45bb41e70cae16a1c2635fc3f2c2..fcdaa5888425a80a46e794bd1d217aa1a06dec3a 100644 (file)
@@ -168,7 +168,7 @@ HOST_ARCH=`$CC -dumpmachine`
 AC_SUBST(HOST_ARCH)
 
 STEPMAKE_PANGO_FT2(pangoft2, REQUIRED, 1.6.0)
-STEPMAKE_FONTCONFIG(fontconfig, REQUIRED, 2.2.0)
+STEPMAKE_FONTCONFIG(fontconfig, REQUIRED, 2.4.0)
 STEPMAKE_FREETYPE2(freetype2, REQUIRED, 2.1.10)
 
 STEPMAKE_WINDOWS