[polari/wip/fmuellner/tracker: 49/61] 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: 49/61] build: Set rpath on polari-log-tool
- Date: Mon, 18 Sep 2017 15:30:44 +0000 (UTC)
commit dfefe62798de35eb3dc62515ee40dc7df9783a27
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 2a70600..5c37960 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -70,7 +70,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]