meson: set RPATH for libnm_device_plugin_wwan.so

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/26
This commit is contained in:
Taegil Bae 2018-10-22 02:52:06 +00:00 committed by Lubomir Rintel
parent 82b8ef2252
commit 4b2dc8826d

View file

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