[polari/wip/fmuellner/tracker: 3/15] build: Set rpath on polari-log-tool
- From: Gitlab System User <gitlab src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/fmuellner/tracker: 3/15] build: Set rpath on polari-log-tool
- Date: Thu, 19 Oct 2017 14:25:04 +0000 (UTC)
commit 14352d77370b74c087787cd7e0d404723a367650
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Jul 29 12:11:43 2017 +0100
build: Set rpath on polari-log-tool
Mmmh, I don't mind adding pkglibdir, but do we really have to replicate
the default one?!
src/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index e1b0fda..1313b77 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -118,7 +118,8 @@ libpolari = shared_library('polari-1.0', libsources + libsources_private + lib_r
polari_log_tool = executable('polari-log-tool', 'polari-log-tool.c',
dependencies: [gio, telepathy_glib, tracker],
link_with: libpolari,
- install_rpath: pkglibdir,
+ install_rpath: ':'.join([join_paths(prefix, libdir),
+ join_paths(prefix, pkglibdir)]),
install: true
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]