summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-20 11:17:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-20 12:18:28 -0400
commit2573ad950a7a6cfb5c5e6da466adbdaeb356857a (patch)
treed47e628432e3f128c1627d4ad79a1dd2bf80fb9a /pango/meson.build
parentd1d3be80056ae846589389d46544a072e337020a (diff)
downloadpango-2573ad950a7a6cfb5c5e6da466adbdaeb356857a.tar.gz
Some code reorg
Split the itemization code into its own file, and move things around a bit.
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 9e1d8d93..b97809a1 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -3,6 +3,7 @@ pango_sources = [
'ellipsize.c',
'fonts.c',
'glyphstring.c',
+ 'itemize.c',
'modules.c',
'pango-attributes.c',
'pango-bidi-type.c',