mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 06:40:18 +01:00
build/meson: cleanup dependencies for libnm-core-aux-intern
This commit is contained in:
parent
e560b551ae
commit
e52d59f6c2
9 changed files with 6 additions and 26 deletions
|
|
@ -26,11 +26,11 @@ executable(
|
|||
libnmc_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
libnm_core_aux_extern_dep_link,
|
||||
libnm_core_aux_intern_dep_link,
|
||||
glib_dep,
|
||||
readline_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_core_aux_intern,
|
||||
libnm_base,
|
||||
libnm_glib_aux,
|
||||
libnm_std_aux,
|
||||
|
|
@ -53,10 +53,10 @@ generate_docs_nm_settings_nmcli = executable(
|
|||
libnmc_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
libnm_core_aux_extern_dep_link,
|
||||
libnm_core_aux_intern_dep_link,
|
||||
glib_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_core_aux_intern,
|
||||
libnm_base,
|
||||
libnm_glib_aux,
|
||||
libnm_std_aux,
|
||||
|
|
|
|||
|
|
@ -53,12 +53,12 @@ executable(
|
|||
libnm_cloud_setup_core_dep,
|
||||
libnmc_base_dep,
|
||||
libnmc_dep,
|
||||
libnm_core_aux_intern_dep_link,
|
||||
libnm_core_aux_extern_dep_link,
|
||||
libcurl_dep,
|
||||
glib_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_core_aux_intern,
|
||||
libnm_log_null,
|
||||
libnm_glib_aux,
|
||||
libnm_std_aux,
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@ exe = executable(
|
|||
dependencies: [
|
||||
libnmc_base_dep,
|
||||
libnmc_dep,
|
||||
libnm_core_aux_intern_dep_link,
|
||||
libnm_core_aux_extern_dep_link,
|
||||
glib_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_core_aux_intern,
|
||||
libnm_base,
|
||||
libnm_glib_aux,
|
||||
libnm_std_aux,
|
||||
|
|
|
|||
|
|
@ -52,10 +52,10 @@ executable(
|
|||
libnmt_newt_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
libnm_core_aux_extern_dep_link,
|
||||
libnm_core_aux_intern_dep_link,
|
||||
glib_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_core_aux_intern,
|
||||
libnm_base,
|
||||
libnm_log_null,
|
||||
libnm_glib_aux,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ libnm_client_aux_extern = static_library(
|
|||
'nm-libnm-aux.c',
|
||||
),
|
||||
dependencies: [
|
||||
libnm_core_aux_intern_dep,
|
||||
libnm_core_public_dep,
|
||||
libnm_dep,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@ libnm_client_impl = static_library(
|
|||
sources: libnm_client_impl_sources + libnm_client_public_enum_sources,
|
||||
dependencies: [
|
||||
libnmdbus_dep,
|
||||
libnm_core_aux_intern_dep,
|
||||
libnm_nm_default_dep,
|
||||
libudev_dep,
|
||||
],
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ libnm_client_test = static_library(
|
|||
top_inc,
|
||||
],
|
||||
dependencies: [
|
||||
libnm_core_aux_intern_dep,
|
||||
libnm_core_public_dep,
|
||||
glib_dep,
|
||||
],
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ libnm_core_aux_extern = static_library(
|
|||
'nm-libnm-core-aux.c',
|
||||
),
|
||||
dependencies: [
|
||||
libnm_core_aux_intern_dep,
|
||||
libnm_core_public_dep,
|
||||
glib_dep,
|
||||
],
|
||||
|
|
@ -17,7 +16,6 @@ libnm_core_aux_extern_dep = declare_dependency(
|
|||
src_inc,
|
||||
],
|
||||
dependencies: [
|
||||
libnm_core_aux_intern_dep,
|
||||
libnm_core_public_dep,
|
||||
glib_dep,
|
||||
],
|
||||
|
|
|
|||
|
|
@ -11,19 +11,3 @@ libnm_core_aux_intern = static_library(
|
|||
glib_dep,
|
||||
],
|
||||
)
|
||||
|
||||
libnm_core_aux_intern_dep = declare_dependency(
|
||||
include_directories: [
|
||||
src_inc,
|
||||
top_inc,
|
||||
],
|
||||
dependencies: [
|
||||
libnm_core_public_dep,
|
||||
glib_dep,
|
||||
],
|
||||
)
|
||||
|
||||
libnm_core_aux_intern_dep_link = declare_dependency(
|
||||
dependencies: libnm_core_aux_intern_dep,
|
||||
link_with: libnm_core_aux_intern,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue