summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-06 22:21:16 +1030
committerAdrian Johnson <ajohnson@redneon.com>2023-01-08 15:15:13 +1030
commit3c8dec60e5c9534ccfef25d1a916cf33eba911d4 (patch)
tree7ae534aff7179d3d1a376f52c10c8aab59b4cab0 /meson.build
parente892d0e92f9a1fe9d19b9da74c3f9b618187cb53 (diff)
downloadcairo-3c8dec60e5c9534ccfef25d1a916cf33eba911d4.tar.gz
Integrate COLR v1 renderer with cairo-ft-font.c
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 02f74856c..75bbf37b1 100644
--- a/meson.build
+++ b/meson.build
@@ -320,6 +320,7 @@ if freetype_dep.found()
}]
ft_check_funcs = [
+ 'FT_Get_Color_Glyph_Paint',
'FT_Get_X11_Font_Format',
'FT_GlyphSlot_Embolden',
'FT_GlyphSlot_Oblique',