[gnome-boxes/meson-set-rpath] meson: Set rpath so Boxes can find its subprojects
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/meson-set-rpath] meson: Set rpath so Boxes can find its subprojects
- Date: Mon, 24 Sep 2018 11:10:30 +0000 (UTC)
commit 95ae16181b2c866634af4a1d4a9e8925546388c1
Author: Felipe Borges <felipeborges gnome org>
Date: Thu Sep 20 15:34:02 2018 +0200
meson: Set rpath so Boxes can find its subprojects
Fixes #242
src/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 000dbf86..6ff483da 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -202,7 +202,8 @@ executable ('gnome-boxes', vala_sources + resources,
c_args : c_args,
dependencies: dependencies,
link_with: libcommon,
- install: true
+ install: true,
+ install_rpath: join_paths (get_option ('prefix'), get_option ('libdir'), 'gnome-boxes')
)
executable ('gnome-boxes-search-provider', 'gnome-boxes-search-provider.vala',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]