summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-25 17:43:31 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commitef7daf69f461de712932d189577085bf1a01cf15 (patch)
tree5ee622f8b5819f39d3474080169e3817f54bb41f /pango/meson.build
parent23cf33a37efb324e633845353e584730e6ef385c (diff)
downloadpango-ef7daf69f461de712932d189577085bf1a01cf15.tar.gz
Add PangoLanguageSet
PangoLanguageSet is an internal type used to represent languages that are supported by a font, similar to FcLangSet.
Diffstat (limited to 'pango/meson.build')
-rw-r--r--pango/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/meson.build b/pango/meson.build
index 8e1e6976..c8713582 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -19,6 +19,8 @@ pango_sources = [
'pango-gravity.c',
'pango-item.c',
'pango-language.c',
+ 'pango-language-set.c',
+ 'pango-language-set-simple.c',
'pango-layout.c',
'pango-markup.c',
'pango-matrix.c',