From: Dominik Csapak Date: Thu, 4 Oct 2018 11:17:05 +0000 (+0200) Subject: add liblz4 as dev dependency X-Git-Url: https://git.proxmox.com/?p=pve-libspice-server.git;a=commitdiff_plain;h=82c22f16848cb292441485b1d6d3978d38a6dcd4 add liblz4 as dev dependency it cannot hurt to compile spice-server with lz4 support, and systemd already has a dependcy on liblz4, so it has to be installed anyway and it is only one dev dependency more Signed-off-by: Dominik Csapak --- diff --git a/debian/control b/debian/control index d1cbf2d..fbff461 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Build-Depends: autotools-dev, debhelper (>= 8.0.0), libglib2.0-dev, libjpeg-dev, + liblz4-dev, libogg-dev, libopus-dev, libpixman-1-dev (>= 0.17.7~),