From fea14ca15eb4b3873f85dbb5e24dc2929448b143 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 26 Apr 2024 17:06:06 +0200 Subject: [PATCH] mountfsd: drop explicit dependencies for systemd-mountwork As the executables are automagically linked against libshared. --- src/mountfsd/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mountfsd/meson.build b/src/mountfsd/meson.build index 3689d2af27f..53fc3d368c8 100644 --- a/src/mountfsd/meson.build +++ b/src/mountfsd/meson.build @@ -19,8 +19,6 @@ executables += [ 'name' : 'systemd-mountwork', 'conditions' : ['ENABLE_MOUNTFSD'], 'sources' : systemd_mountwork_sources, - 'link_with' : common_libs, - 'dependencies' : common_deps, }, ]