summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
],