summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-23 23:42:43 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-23 23:42:43 -0500
commit00897993dfc2166b8dc4ef26666cc6d8ed4ef3b5 (patch)
treef57298f922db3bd671dc6a5485937c415d45bd95 /pango/meson.build
parent7d3bd86d58e18c3f0d7f793219bf9e2636a99aa6 (diff)
downloadpango-00897993dfc2166b8dc4ef26666cc6d8ed4ef3b5.tar.gz
Split off PangoFontsetSimple
Put PangoFontsetSimple into its own files.
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 4e6f746e..2273f413 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -14,6 +14,7 @@ pango_sources = [
'pango-engine.c',
'pango-fontmap.c',
'pango-fontset.c',
+ 'pango-fontset-simple.c',
'pango-glyph-item.c',
'pango-gravity.c',
'pango-item.c',