GNOME Bugzilla – Bug 785296
meson: typo in generate_gir
Last modified: 2017-07-26 02:29:50 UTC
Created attachment 356217 [details] [review] Fix typo Meson git (0.42.0.dev1) detects this: WARNING: Passed invalid keyword argument "symbols_prefix". This will become a hard error in the future. Trivial fix: s/symbols_prefix/symbol_prefix/ (remove s) in pango/meson.build.