]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: remove libdw dependency from pstore
authorLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 24 Nov 2021 20:23:02 +0000 (20:23 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 30 Nov 2021 16:49:59 +0000 (16:49 +0000)
systemd-pstore does not use any symbol from libdw, and never did,
but the dependency was listed since the beginning

meson.build

index 987ceb37b5be4bb815518d24653677eb68dd4da6..c80750c3b591b68989273687efd5c64df54c1fb4 100644 (file)
@@ -2850,7 +2850,6 @@ if conf.get('ENABLE_PSTORE') == 1
                 link_with : [libshared],
                 dependencies : [threads,
                                 libacl,
-                                libdw,
                                 libxz,
                                 liblz4,
                                 libzstd],