summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaegil Bae <esrevinu@gmail.com>2018-10-22 02:52:06 +0000
committerLubomir Rintel <lkundrak@v3.sk>2018-10-24 09:56:46 +0200
commit4b2dc8826d52e98832c3e8f1af70f83d1e804091 (patch)
tree01dce1f28e10f21bde33464f9485602a88e43582
parent82b8ef22521191ee8b3f325c5960921b1d17f7af (diff)
downloadNetworkManager-4b2dc8826d52e98832c3e8f1af70f83d1e804091.tar.gz
meson: set RPATH for libnm_device_plugin_wwan.so
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/26
-rw-r--r--src/devices/wwan/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/wwan/meson.build b/src/devices/wwan/meson.build
index 2c0ea5a10c..5fe6e433e4 100644
--- a/src/devices/wwan/meson.build
+++ b/src/devices/wwan/meson.build
@@ -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