summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-27 23:18:13 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-06-27 23:18:13 +0000
commit5b960bdde1a73a9df7dc8d2990ac20d1c0999502 (patch)
treeb53809b747b03111e44fd1eb1427efc517a56bc8
parentfd9699e032f821dbbec5d771af1be45e263001ef (diff)
parent6def44b93179daffbb6601859723eca793f5fc0c (diff)
downloadpango-5b960bdde1a73a9df7dc8d2990ac20d1c0999502.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
Update gir dependencies See merge request GNOME/pango!631
-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,