libdeflate: Avoid circular dependencies
authorOlliver Schinagl <oliver@schinagl.nl>
Fri, 13 Jan 2023 09:50:30 +0000 (10:50 +0100)
committerOlliver Schinagl <oliver@schinagl.nl>
Tue, 17 Jan 2023 20:01:54 +0000 (21:01 +0100)
CMake depends on (libdeflate-)gunzip, libdeflate depends on Cmake, so we
can't win.

Luckily libdeflate is _very_ easy to build, without any build system, so
lets just manually compile it and be done with it.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Rosen Penev <rosenp@gmail.com>

No differences found