summaryrefslogtreecommitdiff
path: root/utils/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-01 22:38:30 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commit7c07ffd678f7415479db251be49860b19a92bc37 (patch)
treef7f24951cfc49f8e5b7c6cd3252aa6907e31caa3 /utils/meson.build
parentb6fb2dca779a4e0f29f9df1d36ded6b44dd5e28a (diff)
downloadpango-7c07ffd678f7415479db251be49860b19a92bc37.tar.gz
pango-list: Show variable faces
Add an '@' to the face name for variable faces. And various other improvements.
Diffstat (limited to 'utils/meson.build')
-rw-r--r--utils/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/meson.build b/utils/meson.build
index 6d06dbec..c76d35be 100644
--- a/utils/meson.build
+++ b/utils/meson.build
@@ -67,7 +67,8 @@ if cairo_dep.found()
pango_list_deps = [
pango_deps,
libpango_dep,
- libpangocairo_dep
+ libpangocairo_dep,
+ libpangoft2_dep
]
pango_list = executable('pango-list', pango_list_sources,