summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-04-03 19:01:27 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-04-06 01:44:36 +0200
commite29253ad9b847873fa8c5d736a45951d67623eef (patch)
tree19454020cc32b1f50859145206c5990dc95c212e /maintainers
parentac726e8502c605414bd90f3d5704c1c00f04a45a (diff)
downloadnixpkgs-e29253ad9b847873fa8c5d736a45951d67623eef.tar
nixpkgs-e29253ad9b847873fa8c5d736a45951d67623eef.tar.gz
nixpkgs-e29253ad9b847873fa8c5d736a45951d67623eef.tar.bz2
nixpkgs-e29253ad9b847873fa8c5d736a45951d67623eef.tar.lz
nixpkgs-e29253ad9b847873fa8c5d736a45951d67623eef.tar.xz
nixpkgs-e29253ad9b847873fa8c5d736a45951d67623eef.tar.zst
nixpkgs-e29253ad9b847873fa8c5d736a45951d67623eef.zip
gnome.eog: Hardcode library path in gir
By default, gobject-introspection refers to libraries using their
file name in the GIR file. Since we do not have FHS to reliably
find libraries by their name, we are patching gobject-introspection
to use absolute paths.

This works fine for libraries installed to "$out/lib" but when a different
path is used, the hard-coded absolute path will be incorrect.
To deal with this case, we also patch Meson to be able
to pass the install_dir to gobject-introspection.
But it currently only passes the data for targets
that have absolute install_dir set.

To have correct libeog path, we therefore need to absolutize the install_dir.
Diffstat (limited to 'maintainers')
0 files changed, 0 insertions, 0 deletions