Blame SOURCES/gnome-documents-meson.build-allow-libgdprivate-1.0.so-to-find-libgd.patch

f41169
From 9fc9ac1cbd811a907f623a4b31858a3b8072222d Mon Sep 17 00:00:00 2001
f41169
From: Christopher Davis <brainblasted@disroot.org>
f41169
Date: Fri, 18 Jan 2019 06:57:25 -0500
f41169
Subject: [PATCH] src/meson.build: allow libgdprivate-1.0.so to find libgd
f41169
f41169
This is thanks to a tip from Jan Tojnar in
f41169
https://gitlab.gnome.org/GNOME/gnome-documents/issues/5.
f41169
Previously libgdprivate could not find libgd, which caused the issue in https://gitlab.gnome.org/GNOME/gnome-documents/issues/12
f41169
f41169
Closes https://gitlab.gnome.org/GNOME/gnome-documents/issues/12 and closes https://gitlab.gnome.org/GNOME/gnome-documents/issues/5
f41169
---
f41169
 src/meson.build | 3 ++-
f41169
 1 file changed, 2 insertions(+), 1 deletion(-)
f41169
f41169
diff --git a/src/meson.build b/src/meson.build
f41169
index 27380c7c0174..2ffbb0ecc5f2 100644
f41169
--- a/src/meson.build
f41169
+++ b/src/meson.build
f41169
@@ -151,7 +151,8 @@ libgdprivate = shared_library(
f41169
   dependencies: documents_deps,
f41169
   c_args: cflags,
f41169
   install: true,
f41169
-  install_dir: documents_pkglibdir
f41169
+  install_dir: documents_pkglibdir,
f41169
+  install_rpath: documents_pkglibdir
f41169
 )
f41169
 
f41169
 gir_sources = sources + headers
f41169
-- 
f41169
2.20.1
f41169