summaryrefslogtreecommitdiff
path: root/src/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 /src/meson.build
parente892d0e92f9a1fe9d19b9da74c3f9b618187cb53 (diff)
downloadcairo-3c8dec60e5c9534ccfef25d1a916cf33eba911d4.tar.gz
Integrate COLR v1 renderer with cairo-ft-font.c
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index abb04e1ff..30de39f35 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -130,6 +130,7 @@ cairo_feature_sources = {
],
'cairo-ft': [
'cairo-ft-font.c',
+ 'cairo-colr-glyph-render.c',
'cairo-svg-glyph-render.c'
],