From 5361f62d6d5b25c6545059f7d2513324be8d7a49 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 24 Nov 2021 20:23:02 +0000 Subject: [PATCH] meson: remove libdw dependency from pstore systemd-pstore does not use any symbol from libdw, and never did, but the dependency was listed since the beginning --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 987ceb37b5..c80750c3b5 100644 --- a/meson.build +++ b/meson.build @@ -2850,7 +2850,6 @@ if conf.get('ENABLE_PSTORE') == 1 link_with : [libshared], dependencies : [threads, libacl, - libdw, libxz, liblz4, libzstd], -- 2.25.1