about summary refs log tree commit diff
path: root/libnm/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-04-21 21:09:51 +0200
committerMichael Biebl <biebl@debian.org>2019-04-21 21:09:51 +0200
commit85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (patch)
treecce7b0b02d28fae2df9fdf2c1804cacd1500f2d7 /libnm/meson.build
parent9a6dcbf895f9da01768e64b73cec88c16157d91e (diff)
New upstream version 1.18.0 upstream/1.18.0
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,
   ],