summary refs log tree commit diff
path: root/libnm/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/meson.build')
-rw-r--r--libnm/meson.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/libnm/meson.build b/libnm/meson.build
index 558a587b..4b3df97f 100644
--- a/libnm/meson.build
+++ b/libnm/meson.build
@@ -9,8 +9,8 @@ libnm_utils_sources = files('nm-libnm-utils.c')
 
 deps = [
   libnmdbus_dep,
-  shared_nm_utils_base_dep,
-  nm_core_dep,
+  shared_nm_glib_aux_dep,
+  libnm_core_dep,
 ]
 
 if have_fake_typelibs
@@ -158,8 +158,8 @@ libnm = shared_library(
   dependencies: [
     dl_dep,
     libudev_dep,
-    shared_nm_utils_base_dep,
-    nm_core_dep,
+    shared_nm_glib_aux_dep,
+    libnm_core_dep,
     uuid_dep,
     libnm_systemd_shared_no_logging_dep,
   ],