3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/tools/build-managers/meson
Jan Tojnar 1dba3c06eb
meson: pass library install paths to g-ir-scanner
We are patching g-ir-scanner to produce absolute paths in the GIR
files. When an application uses an internal library placed in a
non-standard path (e.g. $out/lib/gnome-shell), the scanner needs
to be informed. For autotools-based apps, the full path was
obtained from libtool-wrapped files; with Meson, this is no longer
possible – we need to pass the path information in some other way.

This commit channels the --fallback-library-path option added
to g-ir-scanner in aforementioned patch.
2017-11-09 21:21:00 +01:00
..
default.nix meson: pass library install paths to g-ir-scanner 2017-11-09 21:21:00 +01:00
gir-fallback-path.patch meson: pass library install paths to g-ir-scanner 2017-11-09 21:21:00 +01:00
setup-hook.sh meson/ninja: add setup hooks (#28444) 2017-08-27 19:42:21 +02:00