From 3aa5b7598d1a0bfe1f36876ceca9876b819c1187 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 24 Feb 2022 06:34:34 +0100 Subject: [PATCH] enable zstd support plan to use that for multifd migration, among other things Signed-off-by: Thomas Lamprecht --- debian/control | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b022517..ba5e749 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/rules b/debian/rules index 7c486cf..6814f42 100755 --- a/debian/rules +++ b/debian/rules @@ -80,7 +80,8 @@ ${BUILDDIR}/config.status: configure --enable-virglrenderer \ --enable-virtfs \ --enable-virtiofsd \ - --enable-xfsctl + --enable-xfsctl \ + --enable-zstd build: build-stamp