about summary refs log tree commit diff
path: root/pkgs/applications/editors/xed-editor/correct-gir-lib-path.patch
blob: fa530e9a12afaf60a2246d2e78344904bdafcb15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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(