summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-12 18:49:40 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-12 18:49:40 -0400
commit8c8638ab17db6288a6176033a5bfad39fb55ca6e (patch)
tree0350d8d62b449f65e4b72eb1d5f9cfee99baadac /pango/meson.build
parent65045955b11162d7dbce5124e5cab05d205194a2 (diff)
downloadpango-8c8638ab17db6288a6176033a5bfad39fb55ca6e.tar.gz
Rename pango_fc_shape to pango_hb_shapesubpixel
There is no more fontconfig in it, and we use it unconditionally everywhere. T#
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 faf38780..e5cfa2f5 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -26,6 +26,7 @@ pango_sources = [
'pango-utils.c',
'reorder-items.c',
'shape.c',
+ 'pangohb-shape.c',
]
pango_headers = [
@@ -70,7 +71,6 @@ if fontconfig_dep.found()
'pangofc-font.c',
'pangofc-fontmap.c',
'pangofc-decoder.c',
- 'pangofc-shape.c',
]
pango_requires += [
fontconfig_pc,