summaryrefslogtreecommitdiff
path: root/pango2/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'pango2/meson.build')
-rw-r--r--pango2/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/pango2/meson.build b/pango2/meson.build
index 8dce43d8..dbe56249 100644
--- a/pango2/meson.build
+++ b/pango2/meson.build
@@ -109,6 +109,8 @@ if cairo_dep.found()
'pangocairo-context.c',
'pangocairo-font.c',
'pangocairo-render.c',
+ 'pangocairo-user-font.c',
+ 'pangocairo-ft-font.c',
]
pango_gir_includes += [
@@ -124,6 +126,11 @@ if host_system == 'darwin'
pango_sources += [
'pangocoretext-fontmap.c',
]
+ if cairo_dep.found()
+ pango_sources += [
+ 'pangocairo-coretext-font.c',
+ ]
+ endif
endif
if host_system == 'linux'