diff options
Diffstat (limited to 'src/ftxfont.c')
| -rw-r--r-- | src/ftxfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftxfont.c b/src/ftxfont.c index da3e3fbae10..b1467360ad6 100644 --- a/src/ftxfont.c +++ b/src/ftxfont.c @@ -351,7 +351,7 @@ struct font_driver const ftxfont_driver = #if defined HAVE_M17N_FLT && defined HAVE_LIBOTF .shape = ftfont_shape, #endif -#ifdef HAVE_OTF_GET_VARIATION_GLYPHS +#if defined HAVE_OTF_GET_VARIATION_GLYPHS || defined HAVE_FT_FACE_GETCHARVARIANTINDEX .get_variation_glyphs = ftfont_variation_glyphs, #endif .filter_properties = ftfont_filter_properties, |
