From: Daan De Meyer Date: Thu, 5 Jun 2025 09:04:06 +0000 (+0200) Subject: meson: Remove unnecessary deps from libsystemd-static build X-Git-Tag: v258-rc1~387 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=770489c1e08557f432b58dcfc82a3f57f9fedd6c;p=thirdparty%2Fsystemd.git meson: Remove unnecessary deps from libsystemd-static build blkid, libmount and openssl are not used in src/basic or src/libsystemd, and so shouldn't be required as deps of libsystemd static, so let's drop them. --- diff --git a/meson.build b/meson.build index f8e7fcade2b..e062919daa8 100644 --- a/meson.build +++ b/meson.build @@ -2096,14 +2096,11 @@ if static_libsystemd != 'false' install_tag: 'libsystemd', install_dir : libdir, pic : static_libsystemd_pic, - dependencies : [libblkid, - libcap, + dependencies : [libcap, libdl, libgcrypt_cflags, liblz4_cflags, libm, - libmount, - libopenssl, librt, libxz_cflags, libzstd_cflags,