GNOME Bugzilla – Bug 786887
multilib issue in pango-enum-types.h when building with meson
Last modified: 2017-08-30 14:19:38 UTC
there are two issues regarding to the multilib when building pango with meson. one is, the timestamp because meson always tries to regenerate pango-enum-types.[ch]. generated files should has same one to the original for a workaround. another one is pango-enum-types.h contains environment specific context where @filename@ is replaced by.
I would suggest to simply remove those @filename@ comments - they don't really add much and, as you say, mess up multilib
sure. or replacing @filename@ with @basename@ may helps too?
Created attachment 358670 [details] [review] proposed patch
Review of attachment 358670 [details] [review]: sure