summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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