summaryrefslogtreecommitdiff
path: root/libnm/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-02-06 12:50:40 +0100
committerThomas Haller <thaller@redhat.com>2019-02-06 13:36:22 +0100
commitdb980702146bf88c4cd1c4803799aaea2aaedbaa (patch)
tree1285901df7511271326b8ac8d4584ae79453db2b /libnm/meson.build
parent052734a8d36adec56e6f9a67df2a2c14d1d18bdb (diff)
downloadNetworkManager-db980702146bf88c4cd1c4803799aaea2aaedbaa.tar.gz
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.
Diffstat (limited to 'libnm/meson.build')
-rw-r--r--libnm/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/meson.build b/libnm/meson.build
index e61e20f66e..558a587b4a 100644
--- a/libnm/meson.build
+++ b/libnm/meson.build
@@ -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,
],