summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-11 13:03:43 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-06-11 13:03:43 +0000
commit0679991e1633636bb29e7f2c204f6522f9541b63 (patch)
treefb34c6533833956b662fa4bb6a1535e674061072
parent4c1c1e60b7df9c9c49adc7e4fed3b203f16ec28e (diff)
parente771bed9c29669c00763f978b6e21cf7ba49f386 (diff)
downloadpango-0679991e1633636bb29e7f2c204f6522f9541b63.tar.gz
Merge branch 'ebassi/gir-hb' into 'master'
Include HarfBuzz when generating introspection data Closes #458 See merge request GNOME/pango!204
-rw-r--r--pango/meson.build2
1 files changed, 1 insertions, 1 deletions
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,