summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-20 17:35:41 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-20 17:35:41 +0000
commite756543935d415939e358d6d7cec094f7cd310a7 (patch)
tree6ca739b4439047fe0de0c16d38c6627a6d4feeee /pango/meson.build
parentdf6d8df3242d3e139df99dcccecf7ca9bbeed95d (diff)
parent5d36fc27baad02cf773ff9af1fb46cdc97c7788b (diff)
downloadpango-e756543935d415939e358d6d7cec094f7cd310a7.tar.gz
Merge branch 'code-reorg' into 'main'
Cosmetics: Clean up pango-context.h See merge request GNOME/pango!418
Diffstat (limited to 'pango/meson.build')
-rw-r--r--pango/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/meson.build b/pango/meson.build
index e5121bd8..084de229 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',
@@ -26,7 +27,6 @@ pango_sources = [
'pango-utils.c',
'reorder-items.c',
'shape.c',
- 'pangofc-shape.c',
]
pango_headers = [
@@ -34,6 +34,7 @@ pango_headers = [
'pango-attributes.h',
'pango-bidi-type.h',
'pango-break.h',
+ 'pango-color.h',
'pango-context.h',
'pango-coverage.h',
'pango-direction.h',
@@ -48,6 +49,7 @@ pango_headers = [
'pango-language.h',
'pango-layout.h',
'pango-matrix.h',
+ 'pango-markup.h',
'pango-modules.h',
'pango-renderer.h',
'pango-script.h',