diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-03-29 17:59:49 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-03-29 17:59:49 +0200 |
commit | 2bd704b5202606d14468120cfb8304c5b396f008 (patch) | |
tree | 1d4072e9fb86ced5e4951a6a796c3498a179c599 | |
parent | e2df6431e9d5187acc5629a55a0d62c330816dd8 (diff) |
zstd depends on zlib
-rw-r--r-- | appendices/dependencies.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index a1efa3d01..66c6ca6f2 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -3262,7 +3262,7 @@ <segmentedlist id="zstd-depends"> <segtitle>&dependencies;</segtitle> <seglistitem> - <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, and Xz</seg> + <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, Xz, and Zlib</seg> </seglistitem> </segmentedlist> |