From 87f5225256969e59dec7ea64c96067776d8a2f2d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 5 Sep 2019 12:14:03 +0200 Subject: Fix handling of `AF_CONFIG_OPTION_INDIC'. * devel/ftoption.h, include/freetype/config/ftoption.h: `AF_CONFIG_OPTION_INDIC' needs `AF_CONFIG_OPTION_CJK'. --- devel/ftoption.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/ftoption.h b/devel/ftoption.h index ef8d5e56f..1e2329d71 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -887,9 +887,11 @@ FT_BEGIN_HEADER * * Compile 'autofit' module with fallback Indic script support, covering * some scripts that the 'latin' submodule of the 'autofit' module doesn't - * (yet) handle. + * (yet) handle. Currently, this needs option `AF_CONFIG_OPTION_CJK`. */ +#ifdef AF_CONFIG_OPTION_CJK #define AF_CONFIG_OPTION_INDIC +#endif /************************************************************************** -- cgit v1.2.1