From f1e96066a63c97ebc99ab845718327a277d74442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzuki=2C=20Toshiya=20=28=E9=88=B4=E6=9C=A8=E4=BF=8A?= =?UTF-8?q?=E5=93=89=29?= Date: Tue, 15 Aug 2006 17:02:47 +0000 Subject: [PATCH] * modules.cfg: compile ftgxval.c by default --- ChangeLog | 5 +++++ modules.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 08f57da7c..a50f17d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-15 suzuki toshiya + + * modules.cfg (BASE_EXTENSIONS): Compile in ftgxval.c by default to + build ftvalid in ft2demos. Commit on 2006-02-28 had been slipped. + 2006-08-15 suzuki toshiya `ft_validator_run' wrapping `setjmp' can cause crash, found by Jens: diff --git a/modules.cfg b/modules.cfg index dd7ae1d6b..85ffac9a5 100644 --- a/modules.cfg +++ b/modules.cfg @@ -166,7 +166,7 @@ BASE_EXTENSIONS += ftglyph.c # Interface for gxvalid module (which is required). # # See include/freetype/ftgxval.h for the API. -# BASE_EXTENSIONS += ftgxval.c +BASE_EXTENSIONS += ftgxval.c # Multiple Master font interface. #