[gnome-software] rpm-ostree: Set rpath to rpm-ostree libs



commit 4391eae7bd00e4d651a102e1f369d9b31c7f7ae5
Author: Kalev Lember <klember redhat com>
Date:   Sat Feb 23 21:37:40 2019 +0100

    rpm-ostree: Set rpath to rpm-ostree libs
    
    We need to use rpm-ostree bundled libdnf to avoid pulling two different
    versions of libdnf into the same process.

 plugins/rpm-ostree/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/plugins/rpm-ostree/meson.build b/plugins/rpm-ostree/meson.build
index ee19768f..840f9e7e 100644
--- a/plugins/rpm-ostree/meson.build
+++ b/plugins/rpm-ostree/meson.build
@@ -17,6 +17,7 @@ shared_module(
   ],
   install : true,
   install_dir: plugin_dir,
+  install_rpath: join_paths(rpm_ostree.get_pkgconfig_variable('libdir'), 'rpm-ostree'),
   c_args : cargs,
   dependencies : [ plugin_libs, libdnf, ostree, rpm, rpm_ostree ],
   link_with : [


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