After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785296 - meson: typo in generate_gir
meson: typo in generate_gir
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other All
: Normal minor
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2017-07-23 02:06 UTC by userwithuid
Modified: 2017-07-26 02:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix typo (1.21 KB, patch)
2017-07-23 02:06 UTC, userwithuid
none Details | Review

Description userwithuid 2017-07-23 02:06:46 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.