[gnome-documents/gnome-3-30] src/meson.build: allow libgdprivate-1.0.so to find libgd
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/gnome-3-30] src/meson.build: allow libgdprivate-1.0.so to find libgd
- Date: Fri, 18 Jan 2019 15:24:03 +0000 (UTC)
commit 568ae8f1179e8ae8208c5fbf66608018bb71a2ff
Author: Christopher Davis <brainblasted disroot org>
Date: Fri Jan 18 06:57:25 2019 -0500
src/meson.build: allow libgdprivate-1.0.so to find libgd
This is thanks to a tip from Jan Tojnar in
https://gitlab.gnome.org/GNOME/gnome-documents/issues/5.
Previously libgdprivate could not find libgd, which caused the issue in
https://gitlab.gnome.org/GNOME/gnome-documents/issues/12
Closes https://gitlab.gnome.org/GNOME/gnome-documents/issues/12 and closes
https://gitlab.gnome.org/GNOME/gnome-documents/issues/5
src/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 4c341a1a..4016ce8d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -136,7 +136,8 @@ libgdprivate = shared_library(
dependencies: documents_deps,
c_args: cflags,
install: true,
- install_dir: documents_pkglibdir
+ install_dir: documents_pkglibdir,
+ install_rpath: documents_pkglibdir
)
gir_incs = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]