diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-07 22:00:21 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-07 22:00:21 +0000 |
commit | 7cfef2b4604ceb64d9022e02a11e6963c7f1289d (patch) | |
tree | fe86839da23a926565650b341a9a0ce136ec3714 /pango/meson.build | |
parent | 8c5ef455e8cf21ae50b9ce8e86ca74734c45c3db (diff) | |
download | pango-7cfef2b4604ceb64d9022e02a11e6963c7f1289d.tar.gz |
Include HarfBuzz when generating introspection data
The Pango API exposes harfbuzz types, and so we need to depend on
HarfBuzz-0.0 when generating our introspection data.
Fixes: #458
Diffstat (limited to 'pango/meson.build')
-rw-r--r-- | pango/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/meson.build b/pango/meson.build index 99a9e4a6..e2e24baa 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -136,7 +136,7 @@ if build_gir identifier_prefix: 'Pango', symbol_prefix: 'pango', export_packages: 'pango', - includes: [ 'GObject-2.0', 'cairo-1.0', ], + includes: [ 'HarfBuzz-0.0', 'GObject-2.0', 'cairo-1.0', ], header: 'pango/pango.h', install: true, extra_args: gir_args, |