[pango/issue-458] Include HarfBuzz when generating introspection data



commit 7cfef2b4604ceb64d9022e02a11e6963c7f1289d
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Feb 7 22:00:21 2020 +0000

    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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]