When generating the .gir file we need g-ir-scanner to link the introspector binary against the right dependencies, for that we used to use the --library option but this has a special meaning and the libs passed in there end up being the ones in the .gir file itself, which is not what we want. A new --extra-library option is beeing added in goject-introspection (https://bugzilla.gnome.org/show_bug.cgi?id=774625) to handle our use case (ie. not using libtool which allows g-ir-scanner to know about those) and we should make use of it. Closes #981pull/1136/head
parent
8e8f75005d
commit
9c0997dafd
1 changed files with 23 additions and 3 deletions
Loading…
Reference in new issue