mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 18:10:08 +01:00
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:
parent
0ffb390bf3
commit
4ebe6f1e26
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue