]> git.proxmox.com Git - pve-qemu.git/commitdiff
enable zstd support
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Feb 2022 05:34:34 +0000 (06:34 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Feb 2022 06:51:19 +0000 (07:51 +0100)
plan to use that for multifd migration, among other things

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/rules

index b022517ac17d8aee7f2a83429e9cde282ac638d7..ba5e749cc13f25407d238d4300ae1ed95eb79837 100644 (file)
@@ -32,6 +32,7 @@ Build-Depends: autotools-dev,
                libusb-1.0-0-dev (>= 1.0.17-1),
                libusbredirparser-dev (>= 0.6-2),
                libvirglrenderer-dev,
+               libzstd-dev,
                meson,
                python3-minimal,
                python3-sphinx,
index 7c486cf5abc6dc3eab5358c42dcd72dcc8ebbf1b..6814f424be5fca496b0bbf353626fa433f8fb6b7 100755 (executable)
@@ -80,7 +80,8 @@ ${BUILDDIR}/config.status: configure
        --enable-virglrenderer \
        --enable-virtfs \
        --enable-virtiofsd \
-       --enable-xfsctl
+       --enable-xfsctl \
+       --enable-zstd
 
 build: build-stamp