mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 20:00:09 +01:00
build/meson: add dependency of libnm to libnm-core
We need to build libnm-core first. Especially, because libnm sources require the "libnm-core/nm-core-enum-types.h" header to be generated first. Add a missing dependency.
This commit is contained in:
parent
052734a8d3
commit
db98070214
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ libnm_utils_sources = files('nm-libnm-utils.c')
|
|||
deps = [
|
||||
libnmdbus_dep,
|
||||
shared_nm_utils_base_dep,
|
||||
nm_core_dep,
|
||||
]
|
||||
|
||||
if have_fake_typelibs
|
||||
|
|
@ -158,6 +159,7 @@ libnm = shared_library(
|
|||
dl_dep,
|
||||
libudev_dep,
|
||||
shared_nm_utils_base_dep,
|
||||
nm_core_dep,
|
||||
uuid_dep,
|
||||
libnm_systemd_shared_no_logging_dep,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue