mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 12:28:00 +02:00
* src/truetype/ttinterp.c: Include `ttgxvar.h'.
This fixes the `multi' build.
This commit is contained in:
parent
8160b20195
commit
b1e7b68efe
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2016-09-08 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/truetype/ttinterp.c: Include `ttgxvar.h'.
|
||||
|
||||
This fixes the `multi' build.
|
||||
|
||||
2016-09-08 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[autofit] Another improvement to Armenian support.
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@
|
|||
#include "ttinterp.h"
|
||||
#include "tterrors.h"
|
||||
#include "ttsubpix.h"
|
||||
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
|
||||
#include "ttgxvar.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef TT_USE_BYTECODE_INTERPRETER
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue