[polari/wip/fmuellner/tracker: 35/47] build: Set rpath on polari-log-tool
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/fmuellner/tracker: 35/47] build: Set rpath on polari-log-tool
- Date: Fri, 11 Aug 2017 23:31:10 +0000 (UTC)
commit 922eea9c0add40498718b940fa768ec7afe2c091
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 files changed, 2 insertions(+), 1 deletions(-)
---
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]