diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2016-11-17 12:38:52 -0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-03 23:07:00 +0200 |
commit | 9c0997dafdc7669d37aacc166f9940fd777e8f3e (patch) | |
tree | 82dcc633ed69c2b16662b17d01e47e173eaab3b7 /mesonbuild/mparser.py | |
parent | 8e8f75005db38daf2e54bc76c4542b74f2f7cefe (diff) | |
download | meson-9c0997dafdc7669d37aacc166f9940fd777e8f3e.zip meson-9c0997dafdc7669d37aacc166f9940fd777e8f3e.tar.gz meson-9c0997dafdc7669d37aacc166f9940fd777e8f3e.tar.bz2 |
gnome: Use g-ir-scanner --extra-library option when avalaible
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 #981
Diffstat (limited to 'mesonbuild/mparser.py')
0 files changed, 0 insertions, 0 deletions