summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-12 23:05:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-18 16:19:58 -0700
commit2bcf7a63cd0abc61f4dc610a70c54c8fafb64d57 (patch)
tree0561fcbb7a544bfc7792cea93db82133ba200d76 /pango/meson.build
parentceccf52c9093c6b82e63f031adbab963d69509e4 (diff)
downloadpango-2bcf7a63cd0abc61f4dc610a70c54c8fafb64d57.tar.gz
Move _pango_fc_shape to libpango
We temporarily export it since it is still used for the shape engine in libpangoft2. This will be undone when we drop the shape engine.
Diffstat (limited to 'pango/meson.build')
-rw-r--r--pango/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/meson.build b/pango/meson.build
index 4ca062ec..cfbf8a9a 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -26,6 +26,7 @@ pango_sources = [
'pango-utils.c',
'reorder-items.c',
'shape.c',
+ 'pangofc-shape.c',
]
pango_headers = [
@@ -175,7 +176,6 @@ if build_pangoft2
'pangofc-font.c',
'pangofc-fontmap.c',
'pangofc-decoder.c',
- 'pangofc-shape.c',
'pangoft2.c',
]