[polari/wip/fmuellner/tracker: 13/25] 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: 13/25] build: Set rpath on polari-log-tool
- Date: Sat, 29 Jul 2017 11:23:04 +0000 (UTC)
commit 519b4fae51e78d6c145896a96b5d4bc262671fa5
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]