GNOME Bugzilla – Bug 648429
valac's --gir flag silently ignored for some automake setups
Last modified: 2018-05-19 20:58:38 UTC
Reviewing a patch for bug #648161 (attachment #186393 [details]), I couldn't figure out why the .gir file wasn't being generated. Because we use the automake support for Vala, the libfolks library name is determined implicitly by valac. However, this means that the --gir flag is ignored. Adding --library=folks worked around this. The compiler should fill in the implied name or at least exit with an error that it must be specified.
*** This bug has been marked as a duplicate of bug 708693 ***