summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-02-11 22:50:57 +0000
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-02-11 22:50:57 +0000
commit0e372ea1d494e1b58f0791866b0909132105410c (patch)
tree32d22e1ec3dec05b0f4817dee899f87a0ac3c770
parent077f96dd8984fc4e3530309177e174cb7f725250 (diff)
downloadpango-0e372ea1d494e1b58f0791866b0909132105410c.tar.gz
Revert "Include HarfBuzz when generating introspection data"
This reverts commit 7cfef2b4604ceb64d9022e02a11e6963c7f1289d
-rw-r--r--pango/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/meson.build b/pango/meson.build
index e2e24baa..99a9e4a6 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: [ 'HarfBuzz-0.0', 'GObject-2.0', 'cairo-1.0', ],
+ includes: [ 'GObject-2.0', 'cairo-1.0', ],
header: 'pango/pango.h',
install: true,
extra_args: gir_args,