[pango/ebassi/gir-hb] Include HarfBuzz when generating introspection data



commit e771bed9c29669c00763f978b6e21cf7ba49f386
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.
    
    The introspection data on HarfBuzz was fixed upstream, even though the
    current introspected API is not stellar.
    
    Fixes: #458

 pango/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/meson.build b/pango/meson.build
index 41158141..11578ddf 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]