On Fri, Apr 17, 2020 at 01:47:07AM +0200, Ingo Schwarze wrote: > > The code in /usr/xenocara/lib/freetype/src/gzip/ is a completely > different codebase written by other authors.
Hi, For completeness, note that the zlib implementation there is not used. We're linking libfreetype against the system libz for the actual decompression code. (ie FT_CONFIG_OPTION_USE_ZLIB is defined in ftoption.h) -- Matthieu Herrb
