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)
commit62e150949fc01ae2327207fa98fae9c5cff6035c
tree0aa578f4e0c8ed504566474e763b28cdb04f58ed
parent9a59bf35281a89e2a783127f16647d4fc07fcf7a
libdeflate: Avoid circular dependencies

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>
tools/Makefile
tools/libdeflate/Makefile