From 26bd4c0cb397e48e4ec741eaeaf53447e9981ba4 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 15 Apr 2019 16:46:54 +0200 Subject: build/meson: rename "nm_core_dep" to "libnm_core_dep" The library is called "libnm_core". So the dependency should be called "libnm_core_dep", like in all other cases. --- src/systemd/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systemd') diff --git a/src/systemd/meson.build b/src/systemd/meson.build index 9dea4fb593..257a9462c8 100644 --- a/src/systemd/meson.build +++ b/src/systemd/meson.build @@ -38,7 +38,7 @@ libnm_systemd_core = static_library( ) ], dependencies: [ - nm_core_dep, + libnm_core_dep, ], c_args: [ '-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_SYSTEMD', -- cgit v1.2.1