[gitg/gnome-3-30] meson: Add libdir on gitg's rpath



commit 02e637393c12f7a6eb4da61a671046c2aeea025c
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Mon Dec 24 10:30:58 2018 +0100

    meson: Add libdir on gitg's rpath
    
    If `libdir` is set in a custom directory, `gitg` will not be able to
    find `libgitg` and `libgitg-ext`.
    
    `libdir` has been set as the `rpath` in `gitg` so when a custom
    `libdir` directory is used `libgitg` and `libgitg-ext` will be
    found.
    
    Fixes #174

 gitg/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gitg/meson.build b/gitg/meson.build
index fe699cb2..482cc711 100644
--- a/gitg/meson.build
+++ b/gitg/meson.build
@@ -134,4 +134,5 @@ executable(
   c_args: cflags,
   vala_args: vala_flags,
   install: true,
+  install_rpath: gitg_libdir,
 )


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