mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 15:50:07 +01:00
meson: set RPATH for libnm_device_plugin_wwan.so
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/26
(cherry picked from commit 4b2dc8826d)
This commit is contained in:
parent
4ebe6f1e26
commit
4f2c6dd264
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ libnm_device_plugin_wwan = 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_wwan
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue