summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-25 22:34:23 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commitd09b521826dffefe89bb80c08cd6a85208ef51e6 (patch)
treedc94a8dbdfead73c40be801578fa9646b989ada4 /pango/meson.build
parentdb22f99ccdefee55e1892e6d2a8dc26f3eedca77 (diff)
downloadpango-d09b521826dffefe89bb80c08cd6a85208ef51e6.tar.gz
Add PangoFcLanguageSet
This is an implementation of PangoLanguageSet that is wrapping FcLangSet.
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 13bb3a12..e2117842 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -214,6 +214,7 @@ if build_pangoft2
pangofc_public_sources = [
'pangofc-font.c',
'pangofc-fontmap.c',
+ 'pangofc-language-set.c',
'pangofc-decoder.c',
'pango-trace.c',
]