mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 14:40:13 +01:00
build/meson: don't include libnm when building src/systemd
"src/" must not include "libnm/". This also causes a build failure, because it would include "libnm/nm-types.h", instead of "src/nm-types.h". https://mail.gnome.org/archives/networkmanager-list/2018-January/msg00032.html [thaller@redhat.com: original patch modified and commit message changed]
This commit is contained in:
parent
95c1579e25
commit
876de69e08
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ incs = [
|
|||
top_inc,
|
||||
shared_inc,
|
||||
libnm_core_inc,
|
||||
libnm_inc,
|
||||
src_inc,
|
||||
include_directories(
|
||||
'sd-adapt',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue