mirror of
git://git.proxmox.com/git/pve-qemu.git
synced 2025-08-29 13:49:21 +03:00
enable zstd support
plan to use that for multifd migration, among other things Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
1
debian/control
vendored
1
debian/control
vendored
@ -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
3
debian/rules
vendored
@ -80,7 +80,8 @@ ${BUILDDIR}/config.status: configure
|
||||
--enable-virglrenderer \
|
||||
--enable-virtfs \
|
||||
--enable-virtiofsd \
|
||||
--enable-xfsctl
|
||||
--enable-xfsctl \
|
||||
--enable-zstd
|
||||
|
||||
build: build-stamp
|
||||
|
||||
|
Reference in New Issue
Block a user