enable zstd support

plan to use that for multifd migration, among other things

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
master
Thomas Lamprecht 2022-02-24 06:34:34 +01:00
parent 13d3e10aa6
commit 3aa5b7598d
2 changed files with 3 additions and 1 deletions

1
debian/control vendored
View 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,

3
debian/rules vendored
View File

@ -80,7 +80,8 @@ ${BUILDDIR}/config.status: configure
--enable-virglrenderer \
--enable-virtfs \
--enable-virtiofsd \
--enable-xfsctl
--enable-xfsctl \
--enable-zstd
build: build-stamp