Thomas Haller 2018-10-24 10:19:02 +02:00
commit b1571e687e
2 changed files with 4 additions and 2 deletions

View file

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

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