]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: Remove unnecessary deps from libsystemd-static build
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Jun 2025 09:04:06 +0000 (11:04 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Jun 2025 10:09:54 +0000 (12:09 +0200)
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

index f8e7fcade2b33f1e64f1dfcd51fd5c98d1d2e62e..e062919daa8800013546f00aab8b1666c626e787 100644 (file)
@@ -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,