nixpkgs/pkgs/applications/editors/xed-editor/correct-gir-lib-path.patch
Bobby Rong bfb58157d5
xed-editor: Fix typelib path
We patch gobject-introspection and meson to store absolute paths to libraries in
typelibs but that requires the install_dir is an absolute path.

ref: 1b2a061c87
2024-01-14 21:15:23 +08:00

14 lines
367 B
Diff

diff --git a/xed/meson.build b/xed/meson.build
index 7525bad..ae0814e 100644
--- a/xed/meson.build
+++ b/xed/meson.build
@@ -143,7 +143,7 @@ libxed = library(
dependencies: xed_deps,
include_directories: include_dirs,
install: true,
- install_dir: join_paths(libdir, 'xed')
+ install_dir: join_paths(prefix, libdir, 'xed')
)
install_headers(