meson/mesonbuild/modules
Thibault Saunier 9c0997dafd 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
2016-12-03 23:07:00 +02:00
..
__init__.py Fix some issues that break pypi installs and bump version to upload new version. 2016-01-16 20:59:34 +02:00
gnome.py gnome: Use g-ir-scanner --extra-library option when avalaible 2016-12-03 23:07:00 +02:00
i18n.py i18n: Add preset kwarg 2016-12-03 21:01:48 +02:00
modtest.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
pkgconfig.py pkgconfig: Add a newline after variable declarations 2016-12-02 22:56:47 +02:00
qt4.py qt4, qt5 modules: Improve moc/uic/rcc detection 2016-11-11 01:51:02 +05:30
qt5.py qt4, qt5 modules: Improve moc/uic/rcc detection 2016-11-11 01:51:02 +05:30
rpm.py rpm: Fix trivial typo in BuildRequires 2016-11-08 17:45:31 -05:00
windows.py A few error message fixes. 2016-07-28 20:45:38 +03:00