[eog] build: meson: Set RPATH for eog binary



commit 67984c03d748b4d36203c1e2c9a6e8f1492cfd14
Author: Felix Riemann <friemann gnome org>
Date:   Sun Nov 12 19:48:30 2017 +0100

    build: meson: Set RPATH for eog binary
    
    Otherwise it wouldn't be able to find it after installation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784354

 src/meson.build |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index a521d1b..996fa6a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -185,7 +185,8 @@ eog = executable(
   dependencies: libeog_dep,
   c_args: cflags,
   install: true,
-  install_dir: eog_bindir
+  install_dir: eog_bindir,
+  install_rpath: eog_pkglibdir
 )
 
 if have_gir


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]