From 7cfef2b4604ceb64d9022e02a11e6963c7f1289d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 7 Feb 2020 22:00:21 +0000 Subject: 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 --- pango/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1