Skip to content

Commit

Permalink
meson: remove libdw dependency from pstore
Browse files Browse the repository at this point in the history
systemd-pstore does not use any symbol from libdw, and never did,
but the dependency was listed since the beginning

(cherry picked from commit 5361f62)

Related: #2211416
  • Loading branch information
bluca authored and dtardon committed Jul 17, 2023
1 parent e7c06a1 commit 21e8e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,6 @@ if conf.get('ENABLE_PSTORE') == 1
link_with : [libshared],
dependencies : [threads,
libacl,
libdw,
libxz,
liblz4],
install_rpath : rootlibexecdir,
Expand Down

0 comments on commit 21e8e38

Please sign in to comment.