summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-28 23:29:11 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commite39f3c1d98f332b2cdcb58d30d2950c16161a9a8 (patch)
tree0791ee698c6cd7b62d0ac9cdc8a93865673c6d4b /pango/meson.build
parentdbefcf25f8cb7c5728c6f952a4e6e8d6302313c3 (diff)
downloadpango-e39f3c1d98f332b2cdcb58d30d2950c16161a9a8.tar.gz
Add PangoCoreTextHbFontMap
This has not been seriously tested, but it compiles in ci, and produces a reasonably-looking font list and test png.
Diffstat (limited to 'pango/meson.build')
-rw-r--r--pango/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/meson.build b/pango/meson.build
index 1ebd7a1e..3be27319 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -545,6 +545,7 @@ if cairo_dep.found()
'pangocoretext-fontmap.c',
'pangocairo-coretextfont.c',
'pangocairo-coretextfontmap.c',
+ 'pangocoretext-hbfontmap.c',
]
endif