diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-09 21:50:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-09 22:37:37 -0400 |
commit | 37fd3ce13b643d1743ae8b69c453a2cfcb0e3eb0 (patch) | |
tree | fe2a8b381637ec9961520e481b808c678748d0eb /utils/meson.build | |
parent | 06a59a6d8fe8286b06c85c1434f64c0a7160cbdc (diff) | |
download | pango-37fd3ce13b643d1743ae8b69c453a2cfcb0e3eb0.tar.gz |
utils: Link against libpangocairo
Same here.
Diffstat (limited to 'utils/meson.build')
-rw-r--r-- | utils/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/meson.build b/utils/meson.build index 510d1b7e..855f6e36 100644 --- a/utils/meson.build +++ b/utils/meson.build @@ -19,7 +19,7 @@ if xft_dep.found() and build_pangoft2 'viewer-pangoxft.c', 'viewer-x.c', ] - pango_view_deps += [ libpangoft2_dep, libpangoxft_dep, ] + pango_view_deps += pangoxft_deps + [ libpangoft2_dep, libpangoxft_dep, ] endif if cairo_dep.found() |