[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: Thu, 20 Sep 2018 13:34:12 +0000 (UTC)
commit 6aeb67622afdbf975794e784cb6a9cf573db51fa
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..a3494885 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'))
)
executable ('gnome-boxes-search-provider', 'gnome-boxes-search-provider.vala',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]