From 4ebe6f1e2624a072bf8e392b7f71853633bfb978 Mon Sep 17 00:00:00 2001 From: Taegil Bae Date: Mon, 22 Oct 2018 02:50:05 +0000 Subject: [PATCH] meson: set RPATH for libnm_device_plugin_bluetooth.so https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/26 (cherry picked from commit 82b8ef22521191ee8b3f325c5960921b1d17f7af) --- src/devices/bluetooth/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devices/bluetooth/meson.build b/src/devices/bluetooth/meson.build index 019f04f6b5..628a3bc802 100644 --- a/src/devices/bluetooth/meson.build +++ b/src/devices/bluetooth/meson.build @@ -26,7 +26,8 @@ libnm_device_plugin_bluetooth = shared_module( link_args: ldflags_linker_script_devices, link_depends: linker_script_devices, install: true, - install_dir: nm_plugindir + install_dir: nm_plugindir, + install_rpath: nm_plugindir ) core_plugins += libnm_device_plugin_bluetooth