build/meson: cleanup libnm-glib-aux dependencies
Avoid dependencies but explicitly link the static library where it is used. This also fixes that we linked libnm-log-core into libnm-settings-plugin-ifcfg-rh.so, which duplicated the symbols while it should used them from NetworkManager.
This commit is contained in:
@@ -14,8 +14,5 @@ libnm_log_core = static_library(
|
||||
)
|
||||
|
||||
libnm_log_core_dep = declare_dependency(
|
||||
dependencies: [
|
||||
libnm_glib_aux_dep_link,
|
||||
],
|
||||
link_with: libnm_log_core,
|
||||
)
|
||||
|
Reference in New Issue
Block a user