mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 08:10:08 +01:00
build/meson: add dependency libnm_client_public_dep for "libnm-client-test"
Fix parallel build error: | In file included from ../NetworkManager-1.36.0/src/libnm-client-test/nm-test-utils-impl.c:10: | ../NetworkManager-1.36.0/src/libnm-client-public/NetworkManager.h:47:10: fatal error: nm-enum-types.h: No such file or directory | 47 | #include "nm-enum-types.h" | | ^~~~~~~~~~~~~~~~~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Fixes:a03a03fbe9('libnm/tests: add static helper library "src/libnm-client-test/"') https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1206 (cherry picked from commit53952446a7)
This commit is contained in:
parent
e8d6ad9d12
commit
5c3d538d6d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ libnm_client_test = static_library(
|
|||
],
|
||||
dependencies: [
|
||||
libnm_core_public_dep,
|
||||
libnm_client_public_dep,
|
||||
glib_dep,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue