summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-25 00:15:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commit580cbd593d42d2152441d264d333f3dbdd424a9a (patch)
treefd091f7dc584069ff8d87aabb197e79e7bd93acd
parentfd46d4348549a2155ded0ab7ea260c2730ad3d57 (diff)
downloadpango-580cbd593d42d2152441d264d333f3dbdd424a9a.tar.gz
Make pango-trace available in libpango.so
So far, this was only compiled into libpangoft2.so.
-rw-r--r--pango/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/meson.build b/pango/meson.build
index 9f4c49be..8e1e6976 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -25,6 +25,7 @@ pango_sources = [
'pango-renderer.c',
'pango-script.c',
'pango-tabs.c',
+ 'pango-trace.c',
'pango-utils.c',
'reorder-items.c',
'shape.c',