meson: set RPATH for libnm_device_plugin_bluetooth.so

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/26
(cherry picked from commit 82b8ef2252)
This commit is contained in:
Taegil Bae 2018-10-22 02:50:05 +00:00 committed by Lubomir Rintel
parent 0ffb390bf3
commit 4ebe6f1e26

View file

@ -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