From: Frantisek Sumsal Date: Fri, 26 Apr 2024 15:06:06 +0000 (+0200) Subject: mountfsd: drop explicit dependencies for systemd-mountwork X-Git-Tag: v256-rc2~190^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fea14ca15eb4b3873f85dbb5e24dc2929448b143;p=thirdparty%2Fsystemd.git mountfsd: drop explicit dependencies for systemd-mountwork As the executables are automagically linked against libshared. --- 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, }, ]