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:
parent
13d3e10aa6
commit
3aa5b7598d
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),
|
libusb-1.0-0-dev (>= 1.0.17-1),
|
||||||
libusbredirparser-dev (>= 0.6-2),
|
libusbredirparser-dev (>= 0.6-2),
|
||||||
libvirglrenderer-dev,
|
libvirglrenderer-dev,
|
||||||
|
libzstd-dev,
|
||||||
meson,
|
meson,
|
||||||
python3-minimal,
|
python3-minimal,
|
||||||
python3-sphinx,
|
python3-sphinx,
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -80,7 +80,8 @@ ${BUILDDIR}/config.status: configure
|
|||||||
--enable-virglrenderer \
|
--enable-virglrenderer \
|
||||||
--enable-virtfs \
|
--enable-virtfs \
|
||||||
--enable-virtiofsd \
|
--enable-virtiofsd \
|
||||||
--enable-xfsctl
|
--enable-xfsctl \
|
||||||
|
--enable-zstd
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user