debian/control: Add libzstd-dev as Build-Depends
authorHans van Kranenburg <hans@knorrie.org>
Wed, 31 Aug 2022 11:08:19 +0000 (13:08 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Wed, 28 Sep 2022 17:10:42 +0000 (19:10 +0200)
While the code for loading zstd compressed domU kernel images was
already present in the Xen toolstack, we of course also need the build
dependency to actually activate it!

debian/control

index 868a6e839df98ac9cff5dadf5a34d3afc55b88a9..efd72c39e794de25303856c83d86debdabef4b2b 100644 (file)
@@ -30,6 +30,7 @@ Build-Depends:
    pkg-config,
    uuid-dev,
    zlib1g-dev,
+   libzstd-dev,
    pandoc,
    markdown,
    ocaml-native-compilers | ocaml-nox,