mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
build/meson: remove unnecessary libnm_core_intern_dep
This commit is contained in:
parent
ee41da2281
commit
e560b551ae
5 changed files with 0 additions and 12 deletions
|
|
@ -9,7 +9,6 @@ libnm_device_plugin_bluetooth_static = static_library(
|
|||
) + (enable_bluez5_dun ? files('nm-bluez5-dun.c') : files()),
|
||||
dependencies: [
|
||||
libnm_core_public_dep,
|
||||
libnm_core_intern_dep,
|
||||
core_default_dep,
|
||||
libnm_wwan_dep,
|
||||
bluez5_dep,
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ core_plugin_dep = declare_dependency(
|
|||
libnm_core_public_inc,
|
||||
],
|
||||
dependencies: [
|
||||
libnm_core_intern_dep,
|
||||
libnm_core_public_dep,
|
||||
glib_dep,
|
||||
],
|
||||
|
|
@ -23,7 +22,6 @@ core_default_dep = declare_dependency(
|
|||
],
|
||||
dependencies: [
|
||||
libnm_core_public_dep,
|
||||
libnm_core_intern_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ libnm_core_impl = static_library(
|
|||
dependencies: [
|
||||
dl_dep,
|
||||
libnm_core_public_dep,
|
||||
libnm_core_intern_dep,
|
||||
uuid_dep,
|
||||
],
|
||||
link_with: [
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ foreach test_unit: test_units
|
|||
],
|
||||
dependencies: [
|
||||
libnm_core_public_dep,
|
||||
libnm_core_intern_dep,
|
||||
libnm_core_impl_dep_link,
|
||||
],
|
||||
link_with: [
|
||||
|
|
|
|||
|
|
@ -1,10 +1,3 @@
|
|||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
libnm_core_intern_inc = include_directories('.')
|
||||
|
||||
libnm_core_intern_dep = declare_dependency(
|
||||
dependencies: [
|
||||
libnm_core_public_dep,
|
||||
glib_dep,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue