https://bugs.winehq.org/show_bug.cgi?id=42726
--- Comment #4 from Petr Křížek pkrizek@tes.cz --- I took a look into config.log. The ./configure script asks for $(freetype-config --cflags) but the /usr/bin/freetype-config from my distro reads just:
#!/bin/sh echo '--should-not-have-used-/usr/bin/freetype-config' exit 1
Of course, this won't work.
Let's look whether we borrow libfreetype* from another distro binaries or whether we build it from source.