From: Luca Boccassi Date: Wed, 24 Nov 2021 20:23:02 +0000 (+0000) Subject: meson: remove libdw dependency from pstore X-Git-Tag: v250-rc1~108^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5361f62d6d5b25c6545059f7d2513324be8d7a49;p=thirdparty%2Fsystemd.git 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 --- diff --git a/meson.build b/meson.build index 987ceb37b5b..c80750c3b59 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],