diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-04-16 14:33:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-04-16 14:33:06 -0400 |
commit | b67e80ec6cdc41126c122f913341b5c99a614c13 (patch) | |
tree | a42ba9c4c6c1eedea37a6d4239d91a369fca6af1 /subprojects/gobject-introspection.wrap | |
parent | 7a88d0c6601d5fef4a0850a83145b3b971b51e37 (diff) | |
download | pango-b67e80ec6cdc41126c122f913341b5c99a614c13.tar.gz |
Fix a typo
The section in meson wrap files is called [provide],
not [provides].
Diffstat (limited to 'subprojects/gobject-introspection.wrap')
-rw-r--r-- | subprojects/gobject-introspection.wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/gobject-introspection.wrap b/subprojects/gobject-introspection.wrap index 7177b663..46359e23 100644 --- a/subprojects/gobject-introspection.wrap +++ b/subprojects/gobject-introspection.wrap @@ -5,6 +5,6 @@ push-url=ssh://git@gitlab.gnome.org:GNOME/gobject-introspection.git revision=master depth=1 -[provides] +[provide] dependency_names = gobject-introspection-1.0 program_names = g-ir-scanner |