mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 13:10:29 +01:00
build/meson: merge branch 'esrevinu/master'
https://bugzilla.gnome.org/show_bug.cgi?id=797324 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/68 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/26
This commit is contained in:
commit
b1571e687e
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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