diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-06-27 17:29:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-06-27 17:29:28 -0400 |
commit | 6def44b93179daffbb6601859723eca793f5fc0c (patch) | |
tree | b53809b747b03111e44fd1eb1427efc517a56bc8 /pango | |
parent | fd9699e032f821dbbec5d771af1be45e263001ef (diff) | |
download | pango-6def44b93179daffbb6601859723eca793f5fc0c.tar.gz |
Update gir dependencies
This is necessary to make GListModel show up
as implemented interface in the docs.
Diffstat (limited to 'pango')
-rw-r--r-- | pango/meson.build | 2 |
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, |