From 770489c1e08557f432b58dcfc82a3f57f9fedd6c Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 5 Jun 2025 11:04:06 +0200 Subject: [PATCH] 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. --- meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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, -- 2.47.3