summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-27 17:29:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-06-27 17:29:28 -0400
commit6def44b93179daffbb6601859723eca793f5fc0c (patch)
treeb53809b747b03111e44fd1eb1427efc517a56bc8
parentfd9699e032f821dbbec5d771af1be45e263001ef (diff)
downloadpango-6def44b93179daffbb6601859723eca793f5fc0c.tar.gz
Update gir dependencies
This is necessary to make GListModel show up as implemented interface in the docs.
-rw-r--r--pango/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/meson.build b/pango/meson.build
index f344bc8b..1a4b4141 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -153,7 +153,7 @@ if build_gir
symbol_prefix: 'pango',
export_packages: 'pango',
dependencies: pango_deps,
- includes: [ 'HarfBuzz-0.0', 'GObject-2.0', 'cairo-1.0', ],
+ includes: [ 'HarfBuzz-0.0', 'GObject-2.0', 'Gio-2.0', 'cairo-1.0' ],
header: 'pango/pango.h',
install: true,
extra_args: gir_args,