mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 19:10:31 +01:00
build/meson: depend test-dispatcher-envp on libnm
Otherwise we can get a build failiure: ../libnm/NetworkManager.h:61:27: fatal error: nm-enum-types.h: No such file or directory
This commit is contained in:
parent
403f207fe5
commit
f4222aff07
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@ exe = executable(
|
|||
test_unit,
|
||||
[ test_unit + '.c' ] + [ nmdbus_dispatcher_sources ],
|
||||
include_directories: incs,
|
||||
dependencies: libnm_core_dep,
|
||||
dependencies: [
|
||||
libnm_core_dep,
|
||||
libnm_dep,
|
||||
],
|
||||
c_args: [
|
||||
'-DNETWORKMANAGER_COMPILATION_TEST',
|
||||
'-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue