]> git.donarmstrong.com Git - lilypond.git/commitdiff
Svg with woff fonts: revert FontForge requirement update.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 7 Jun 2010 08:17:18 +0000 (10:17 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 24 Jun 2010 14:04:55 +0000 (16:04 +0200)
Apparently noone knows what version of FontForge is required.  Previous
versions used in GUB were

   20090923 unpatched, necessary for --enable-double
   20080927 with patch
   20080309

configure.in

index 39f30fc866a21abe73d4ecc0e9f3c552082a63f7..7c62b48bfaf0cb36ae8fb263468041abb71bdbd6 100644 (file)
@@ -137,7 +137,7 @@ STEPMAKE_PYTHON_DEVEL(REQUIRED)
 
 STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.60)
 
-STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20090923)
+STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20050624)
 # For svg woff fonts to work, version 20100501 is required but
 # the build does not break; leave optional until distros ship it.
 STEPMAKE_PATH_PROG(FONTFORGE, fontforge, OPTIONAL, 20100501)