mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
Fix handling of `AF_CONFIG_OPTION_INDIC'.
* devel/ftoption.h, include/freetype/config/ftoption.h: `AF_CONFIG_OPTION_INDIC' needs `AF_CONFIG_OPTION_CJK'.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2019-09-05 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix handling of `AF_CONFIG_OPTION_INDIC'.
|
||||
|
||||
* devel/ftoption.h, include/freetype/config/ftoption.h:
|
||||
`AF_CONFIG_OPTION_INDIC' needs `AF_CONFIG_OPTION_CJK'.
|
||||
|
||||
2019-09-05 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
CMakeLists.txt: Fix generation of DLL related stuff (#56852).
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user