diff options
author | Taegil Bae <esrevinu@gmail.com> | 2018-10-22 02:50:05 +0000 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2018-10-24 09:56:43 +0200 |
commit | 82b8ef22521191ee8b3f325c5960921b1d17f7af (patch) | |
tree | 5f8137e72d244aea693aaf459cc940d7c9303a01 /src/devices/bluetooth | |
parent | 8179b23d7617ef913bc2170ab71a36a11280b745 (diff) | |
download | NetworkManager-82b8ef22521191ee8b3f325c5960921b1d17f7af.tar.gz |
meson: set RPATH for libnm_device_plugin_bluetooth.so
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/26
Diffstat (limited to 'src/devices/bluetooth')
-rw-r--r-- | src/devices/bluetooth/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
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 |